aboutsummaryrefslogtreecommitdiff
path: root/v1/install.sh
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-05-11 21:23:39 +0300
committerGitHub <noreply@github.com>2022-05-11 21:23:39 +0300
commit01eb5874b6662d8be6ea1e4390093aef48c04802 (patch)
treeb15250c5938f55f4fbd09d74245652e61391c6ec /v1/install.sh
parent7666a39bd8a5542df34037216b975f6c46b7ba5d (diff)
add permissions (#3)
Diffstat (limited to 'v1/install.sh')
-rwxr-xr-xv1/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/v1/install.sh b/v1/install.sh
index 758b4cd..2bfc9b9 100755
--- a/v1/install.sh
+++ b/v1/install.sh
@@ -48,6 +48,7 @@ while IFS= read -r feature_line; do
echo "(*) Skipping. Script already run with same arguments."
else
# Execute script and create a marker with the script args
+ chmod +x ${script_command}
./${script_command}
echo "${script_command}" > "${feature_marker}"
fi