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