diff --git a/start.sh b/start.sh index 9bb5580..96f8c1b 100644 --- a/start.sh +++ b/start.sh @@ -4,9 +4,12 @@ unclutter & #matchbox-window-manager & : xset -dpms xset s off + +pm2 stop all ; pm2 delete all cd /opt/radio/kitchenradio/ /opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio sleep 12 + while true; do /usr/bin/midori -e Fullscreen -a http://localhost:3000 done \ No newline at end of file