chmod change a+rx

pull/19/head
schizza 2024-04-30 17:24:03 +02:00
parent edc63b83cb
commit 2271564048
1 changed files with 1 additions and 1 deletions

View File

@ -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."