From 4a0867bf3800a41e415def9005559533fffa01db Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Fri, 17 Apr 2015 18:47:01 +0800 Subject: [PATCH] Stop thing from dying (hopefully) --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index ef9c7a6..1a030f2 100755 --- a/start.sh +++ b/start.sh @@ -4,7 +4,7 @@ clear /home/pi/hdmi-switcher/update.sh printf "Starting switching daemon..." cd /home/pi/hdmi-switcher -./hdmi-switcher > /dev/null 2>&1 & +nohup ./hdmi-switcher > /dev/null 2>&1 & printf "\tOK\n" printf "Starting video... " sleep 5 -- 2.11.0