minor update

This commit is contained in:
Pierre Gode 2019-04-29 13:35:40 +02:00
parent aa24044e37
commit c1ed9038bd

View File

@ -1463,7 +1463,7 @@ if [ -d /home/"$DOMAIN" ]
then then
ls /home/"$DOMAIN"/ | while read -r user ls /home/"$DOMAIN"/ | while read -r user
do do
id "$user" "$2" id "$user"
echo "___________________________________________________________________________" echo "___________________________________________________________________________"
echo "" echo ""
done done