From c3996cd1bbbbbfca5a533d4a141ca9c1929a1944 Mon Sep 17 00:00:00 2001 From: pyllyukko Date: Wed, 15 May 2024 23:22:28 +0300 Subject: [PATCH] Rephrasing --- include/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions b/include/functions index 66cdceb1..df27db8b 100644 --- a/include/functions +++ b/include/functions @@ -3174,7 +3174,7 @@ if [ ${PENTESTINGMODE} -eq 0 -a ${IS_PARAMETERS} -eq 0 ]; then if [ ! "${GROUP}" = "root" -a ! "${GROUP}" = "wheel" -a ! "${GROUPID}" = "0" ]; then - echo "Fatal error: group owner of directory $1 should be owned by root user, wheel or similar (found: ${GROUP})." + echo "Fatal error: group owner of directory $1 should be owned by root group, wheel or similar (found: ${GROUP})." ExitFatal fi fi