fix(helpers): make download update script executable
This commit is contained in:
parent
2f1e21f79b
commit
e42c94cda9
@ -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"
|
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
|
# overwrite this script with updated script
|
||||||
mv -f ./update.sh.tmp "$localScriptName"
|
mv -f ./update.sh.tmp "$localScriptName"
|
||||||
|
chmod +x "$localScriptName"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user