From 51b42c9222bd2d892aab0e3cfb3543ee239c354d Mon Sep 17 00:00:00 2001 From: TyleoDvDelaware3217 Date: Thu, 29 May 2025 03:01:45 +0200 Subject: [PATCH] Actualiser update_scriptbase --- update_scriptbase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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