diff --git a/include/functions b/include/functions index e7e0e940..795d484e 100644 --- a/include/functions +++ b/include/functions @@ -1872,7 +1872,7 @@ # Other permissions OTHER_PERMS=`echo ${PERMS} | cut -c8-10` if [ ! "${OTHER_PERMS}" = "---" -a ! "${OTHER_PERMS}" = "r--" ]; then - echo "Fatal error: permissions of file $1 are not strict enough. Access to 'other' should be denied or read-only." + echo "Fatal error: permissions of file $1 are not strict enough. Access to 'other' should be denied or read-only. Change with: chmod 600 $1" ExitFatal fi # Set PERMS_OK to 1 if no fatal errors occurred