Fix issue with server/server!

This commit is contained in:
Simon Vieille 2018-02-14 12:01:09 +01:00
parent dd86164a02
commit 53a33077f9
No known key found for this signature in database
GPG Key ID: 919533E2B946EA10
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ ri3wmws_restart() {
ri3wmws_start
}
cd "$(dirname "$0")"
cd "$(dirname "$(realpath "$0")")"
case "$1" in
start) ri3wmws_start;;