From 2271564048c171da8771043d2263d566903376e7 Mon Sep 17 00:00:00 2001 From: schizza Date: Tue, 30 Apr 2024 17:24:03 +0200 Subject: [PATCH] chmod change a+rx --- install_iptables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_iptables.sh b/install_iptables.sh index 8c7b1a4..ca19f88 100644 --- a/install_iptables.sh +++ b/install_iptables.sh @@ -204,7 +204,7 @@ exit_status $? "cat" \ "OK." echo -n "Setting 'exec.sh' script right privileges ... " -chmod +x --quiet "$COMPLETE_PATH/exec.sh" +chmod -f a+rx "$COMPLETE_PATH/exec.sh" exit_status $? "chmod" \ "Filed to set +x on exec.sh" \ "OK."