diff --git a/update_scriptbase b/update_scriptbase index 2f2c8f0..51fd9fb 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 find /usr/local/bin/. -type f -name "[a-z]*" -exec sudo chmod +x {} \; \ No newline at end of file +sudo find /usr/local/bin -type f -name "[a-z]*" -exec chmod +x {} \;