diff --git a/start.sh b/start.sh index 046457f..38cd6f1 100644 --- a/start.sh +++ b/start.sh @@ -1,9 +1,10 @@ #!/bin/sh + unclutter & -matchbox-window-manager & : +#matchbox-window-manager & : xset -dpms xset s off -while true; do - /opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio - /usr/bin/midori -e Fullscreen -a http://radio.local:3000 +/opt/node/bin/pm2 start /opt/radio/kitchenradio/bin/www --name KitchenRadio +while true; do + /usr/bin/midori -e Fullscreen -a http://localhost:3000 done \ No newline at end of file