From e42c94cda96904c9539b913884471404010d467d Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 27 Jul 2021 21:53:36 -0600 Subject: [PATCH] fix(helpers): make download update script executable --- helpers/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/update.sh b/helpers/update.sh index 1abc617..b3d7082 100755 --- a/helpers/update.sh +++ b/helpers/update.sh @@ -196,6 +196,7 @@ if [ "$doScriptUpdate" -eq 1 ]; then printf "\n%s*** This script has been updated. Please re-run it to load the updated version of this file. ***%s\n\n" "$warn" "$norm" # overwrite this script with updated script mv -f ./update.sh.tmp "$localScriptName" + chmod +x "$localScriptName" exit 0 fi fi