From 3e549868d3da1c8827b890d47ad092dd79ac2f3a Mon Sep 17 00:00:00 2001 From: Gerrit Linnemann Date: Fri, 29 Jan 2016 11:03:22 +0100 Subject: [PATCH] Starting script --- start.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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