diff --git a/dockerfiles/start.sh b/dockerfiles/start.sh index 864b597f..031538f4 100755 --- a/dockerfiles/start.sh +++ b/dockerfiles/start.sh @@ -2,4 +2,4 @@ chmod -R o+w /home/pi/pialert/db # /etc/init.d/lighttpd start -service cron start && nohup (/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf) & \ No newline at end of file +service cron start && nohup /usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf & \ No newline at end of file