]> wagnertech.de Git - kivitendo-erp.git/blobdiff - scripts/boot/system-v/lx-office-task-server
Falsche Shell-Variable
[kivitendo-erp.git] / scripts / boot / system-v / lx-office-task-server
index 6ede7b45c7c0740aa50f2e779b7cab09bacbe645..1beb1d84c31ec82b8b714d1ce8aeab94c80b4521 100755 (executable)
@@ -16,7 +16,7 @@ set -e
 DAEMON="/opt/lx-office/scripts/task_server.pl"
 TOPIC="Lx-Office task server"
 
-if [ ! -x $APACHE_HTTPD ] ; then
+if [ ! -x $DAEMON ] ; then
   echo "$TOPIC executable not found"
   exit 1
 fi