modify update script on linux to set executable bit on itself after update
This commit is contained in:
parent
45eacabc28
commit
40966ed74d
@ -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…
Reference in New Issue
Block a user