From 2765a509f5f640643fa77c6c71a7e965767149e6 Mon Sep 17 00:00:00 2001 From: TyleoDvDelaware3217 Date: Thu, 29 May 2025 03:02:43 +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 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 {} \;