From: Cameron Ball Date: Tue, 14 Apr 2015 18:07:15 +0000 (+0800) Subject: Enable reboot X-Git-Url: http://cameron1729.xyz/?p=hdmi-switcher.git;a=commitdiff_plain;h=3c096c78e3733e7360067ce93cc81404454c7885 Enable reboot --- 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"