diff --git a/include/functions b/include/functions index d5e2de05..1b5fff95 100644 --- a/include/functions +++ b/include/functions @@ -1929,8 +1929,6 @@ echo "Fatal error: file $1 should be owned by user 'root' when running it as root (found: ${OWNER})." ExitFatal fi - else - LogText "Note: Owner permissions of file $1 to be expected similar as the UID executing the process" fi # Group permissions GROUP=`echo ${PERMS} | awk -F" " '{ print $4 }'` @@ -1941,8 +1939,6 @@ echo "Fatal error: group owner of directory $1 should be owned by root user, wheel or similar (found: ${GROUP})." ExitFatal fi - else - LogText "Note: Group permissions of file $1 to be expected similar as the UID executing the process" fi # Owner permissions