Fix: typo in groupmerge

This commit is contained in:
uditaren 2020-03-27 09:58:24 +01:00
parent d76db82aaa
commit 58be8be0e6

View File

@ -25,7 +25,7 @@ cat $2 | while read grp; do
ngid=$(($dgid + 2000))
echo $name:$pass:$ngid:$rest
if [[ -e /.dockerenv ]]; then
find / -group $dgid -mount -exec chgrp ngid {} \;
find / -group $dgid -mount -exec chgrp $ngid {} \;
fi
fi
done