From 34d3b8c12eb5166b3736dc434a25cdf38fac5a23 Mon Sep 17 00:00:00 2001 From: Gerrit Linnemann Date: Fri, 29 Jan 2016 11:11:27 +0100 Subject: [PATCH] Starting script --- start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start.sh b/start.sh index 38cd6f1..d700033 100644 --- a/start.sh +++ b/start.sh @@ -5,6 +5,7 @@ unclutter & xset -dpms xset s off /opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio +sleep 10 while true; do /usr/bin/midori -e Fullscreen -a http://localhost:3000 done \ No newline at end of file