From a40331aedcaa78c15e795ee981ff0bee2e6f3fd7 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 9 May 2016 13:50:38 +0200 Subject: [PATCH] Clean up unneeded log entries --- include/functions | 4 ---- 1 file changed, 4 deletions(-) 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