From 40966ed74db0d6a741e935b336daa1e1b3738e01 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Tue, 1 Feb 2022 09:04:40 -0600 Subject: [PATCH] modify update script on linux to set executable bit on itself after update --- DeploymentFiles/UpdateIW4MAdmin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/DeploymentFiles/UpdateIW4MAdmin.sh b/DeploymentFiles/UpdateIW4MAdmin.sh index 75cbf91d6..32144c73d 100644 --- a/DeploymentFiles/UpdateIW4MAdmin.sh +++ b/DeploymentFiles/UpdateIW4MAdmin.sh @@ -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!"