diff --git a/update_scriptbase b/update_scriptbase index 9ef22c2..2f2c8f0 100644 --- a/update_scriptbase +++ b/update_scriptbase @@ -7,4 +7,4 @@ sudo git reset --hard HEAD sudo git clean -f -d sudo git pull echo "> Applying Execution Autorisation to *_*" -sudo chmod +x /usr/local/bin/*_* +sudo find /usr/local/bin/. -type f -name "[a-z]*" -exec sudo chmod +x {} \; \ No newline at end of file