Fix minor bug in init script found after acceptance test

This commit is contained in:
Richard Pijnenburg 2014-04-15 15:50:31 +02:00
parent 4b173a5785
commit cdde296000

View file

@ -119,6 +119,7 @@ case "$1" in
echo "$name is already running" echo "$name is already running"
else else
start start
code=$?
fi fi
exit $code exit $code
;; ;;