From: Cameron Ball Date: Fri, 27 Mar 2015 15:59:09 +0000 (+0000) Subject: Whoops X-Git-Url: http://cameron1729.xyz/?p=hdmi-switcher.git;a=commitdiff_plain;h=0c7705a1857956853cf3ca8778a416b2526c66d2 Whoops --- 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