Apply group check on all groups when using AIX

This commit is contained in:
mboelen 2015-04-16 19:00:03 +02:00
parent de60926705
commit 3bce5191ef
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
# Read only mode
FIND=`${GRPCKBINARY} -r 2> /dev/null ; echo $?`
elif [ "${OS}" = "AIX" ]; then
FIND=`${GRPCKBINARY} -n 2> /dev/null ; echo $?`
FIND=`${GRPCKBINARY} -n ALL 2> /dev/null ; echo $?`
else
FIND=`${GRPCKBINARY} 2> /dev/null ; echo $?`
fi