Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 28 Nov 2011 15:46:37 +0000 (16:46 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 28 Nov 2011 15:46:37 +0000 (16:46 +0100)
scripts/boot/system-v/lx-office-task-server

index 6ede7b4..1beb1d8 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