Clean up unneeded log entries

This commit is contained in:
Michael Boelen 2016-05-09 13:50:38 +02:00
parent ba3d47ba7f
commit a40331aedc
1 changed files with 0 additions and 4 deletions

View File

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