From: Cameron Ball Date: Fri, 17 Apr 2015 10:47:01 +0000 (+0800) Subject: Stop thing from dying (hopefully) X-Git-Url: http://cameron1729.xyz/?p=hdmi-switcher.git;a=commitdiff_plain;h=4a0867bf3800a41e415def9005559533fffa01db Stop thing from dying (hopefully) --- 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