add permissions (#3)

This commit is contained in:
Samruddhi Khandale 2022-05-11 11:23:39 -07:00 committed by GitHub
parent 7666a39bd8
commit 01eb5874b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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