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

View file

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