From 01eb5874b6662d8be6ea1e4390093aef48c04802 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Wed, 11 May 2022 11:23:39 -0700 Subject: [PATCH] add permissions (#3) --- v1/install.sh | 1 + 1 file changed, 1 insertion(+) 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