From 4b9d1f17500d584baa3c6f1551b2f6ff42c2a332 Mon Sep 17 00:00:00 2001 From: Gerrit Linnemann Date: Fri, 29 Jan 2016 12:53:26 +0100 Subject: [PATCH] Start script edit --- start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 58d0dae..d793789 100644 --- a/start.sh +++ b/start.sh @@ -4,8 +4,9 @@ unclutter & #matchbox-window-manager & : xset -dpms xset s off +cd /opt/radio/kitchenradio/ /opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www -e /opt/radio/err.log -o /opt/radio/out.log --name KitchenRadio -sleep 5 +sleep 12 while true; do /usr/bin/midori -e Fullscreen -a http://localhost:3000 done \ No newline at end of file