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:
parent
62be8d751f
commit
eaab28a2bb
@ -100,6 +100,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
chmod +x "$directory/StartIW4MAdmin.sh"
|
chmod +x "$directory/StartIW4MAdmin.sh"
|
||||||
|
chmod +x "$directory/UpdateIW4MAdmin.sh"
|
||||||
|
|
||||||
executionTime=$(($SECONDS - start))
|
executionTime=$(($SECONDS - start))
|
||||||
echo "Update completed successfully in $executionTime seconds!"
|
echo "Update completed successfully in $executionTime seconds!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user