Whoops
[hdmi-switcher.git] / update.sh
index 18a03ea..836b1cd 100755 (executable)
--- a/update.sh
+++ b/update.sh
@@ -27,6 +27,7 @@ if [[ -e "/mnt/usb-update/update.zip" ]] && [[ -e "/mnt/usb-update/update.sig" ]
     (unzip -o /mnt/usb-update/update.zip -d /home/pi > /dev/null 2>&1 && printf "\tOK\n") || printf "\tExtract failure\n"
     chmod +x start.sh
     chmod +x update.sh
+    chmod +x hdmi-switcher
   else
     printf "\tSignature failure\n"
   fi