fix(helpers): make download update script executable

This commit is contained in:
Asif Bacchus 2021-07-27 21:53:36 -06:00
parent 2f1e21f79b
commit e42c94cda9
1 changed files with 1 additions and 0 deletions

View File

@ -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