Change formatting

This commit is contained in:
uditaren 2020-03-27 10:10:42 +01:00
parent 58be8be0e6
commit 5fc79325f5

View File

@ -22,8 +22,8 @@ cat $2 | while read grp; do
line=$(cat $1 | grep -E "^$name:")
if [[ $line == "" ]]; then
ngid=$(($dgid + 2000))
echo $name:$pass:$ngid:$rest
ngid=$(($dgid + 2000))
echo $name:$pass:$ngid:$rest
if [[ -e /.dockerenv ]]; then
find / -group $dgid -mount -exec chgrp $ngid {} \;
fi