chmod change a+rx
parent
edc63b83cb
commit
2271564048
|
|
@ -204,7 +204,7 @@ exit_status $? "cat" \
|
||||||
"OK."
|
"OK."
|
||||||
|
|
||||||
echo -n "Setting 'exec.sh' script right privileges ... "
|
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" \
|
exit_status $? "chmod" \
|
||||||
"Filed to set +x on exec.sh" \
|
"Filed to set +x on exec.sh" \
|
||||||
"OK."
|
"OK."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue