From e987f912f1441d9073c57944e5e336e9a9b857d8 Mon Sep 17 00:00:00 2001 From: Macleykun Date: Sun, 19 Jun 2022 21:55:39 +0200 Subject: [PATCH] return and just leave it like so and look at this in a seperate pr --- dockerfiles/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/start.sh b/dockerfiles/start.sh index 031538f4..f2093676 100755 --- a/dockerfiles/start.sh +++ b/dockerfiles/start.sh @@ -1,5 +1,5 @@ #!/bin/sh 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 +/etc/init.d/lighttpd start +cron && tail -f /var/log/syslog \ No newline at end of file