From 3c096c78e3733e7360067ce93cc81404454c7885 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Wed, 15 Apr 2015 02:07:15 +0800 Subject: [PATCH] Enable reboot --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 202707b..3e03413 100755 --- a/update.sh +++ b/update.sh @@ -33,7 +33,7 @@ if [[ -e "/mnt/usb-update/update.zip" ]] && [[ -e "/mnt/usb-update/update.sig" ] new_version=$(/home/pi/hdmi-switcher/hdmi-switcher version) if [[ "$current_version" != "$new_version" ]]; then printf "Restart required...\n" - #reboot + reboot fi else printf "\tSignature failure\n" -- 2.11.0