1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-07 21:58:06 -05:00

modify update script on linux to set executable bit on itself after update

This commit is contained in:
RaidMax 2022-02-01 09:04:40 -06:00
parent 62be8d751f
commit eaab28a2bb

View File

@ -100,6 +100,7 @@ then
fi
chmod +x "$directory/StartIW4MAdmin.sh"
chmod +x "$directory/UpdateIW4MAdmin.sh"
executionTime=$(($SECONDS - start))
echo "Update completed successfully in $executionTime seconds!"