From 0c7705a1857956853cf3ca8778a416b2526c66d2 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Fri, 27 Mar 2015 15:59:09 +0000 Subject: [PATCH] Whoops --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 18a03ea..836b1cd 100755 --- 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 -- 2.11.0