fix fixperms return code again

This commit is contained in:
Benjamin Sonntag 2012-08-24 09:06:19 +00:00
parent 94290b09f9
commit 7552a87677
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ fi
. "$CONFIG_FILE"
doone() {
read GID LOGIN
read GID LOGIN || true
while [ "$LOGIN" ] ; do
if [ "$DEBUG" ]; then
echo "Setting rights and ownership for user $LOGIN having gid $GID"