From 8ffae9ac12218d7e30fc2b7a2dd3818217ef82ae Mon Sep 17 00:00:00 2001 From: Macleykun Date: Sun, 19 Jun 2022 21:50:58 +0200 Subject: [PATCH] ??? --- dockerfiles/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/start.sh b/dockerfiles/start.sh index 24d31969..864b597f 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 && /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