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 45eacabc28
commit 40966ed74d

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!"