fix fixperms return code again
This commit is contained in:
parent
94290b09f9
commit
7552a87677
|
@ -92,7 +92,7 @@ fi
|
||||||
. "$CONFIG_FILE"
|
. "$CONFIG_FILE"
|
||||||
|
|
||||||
doone() {
|
doone() {
|
||||||
read GID LOGIN
|
read GID LOGIN || true
|
||||||
while [ "$LOGIN" ] ; do
|
while [ "$LOGIN" ] ; do
|
||||||
if [ "$DEBUG" ]; then
|
if [ "$DEBUG" ]; then
|
||||||
echo "Setting rights and ownership for user $LOGIN having gid $GID"
|
echo "Setting rights and ownership for user $LOGIN having gid $GID"
|
||||||
|
|
Loading…
Reference in New Issue