Do not warn if group isn't exist

This commit is contained in:
Maniack Crudelis 2019-03-13 19:32:10 +01:00 committed by GitHub
parent 485cb4b5c7
commit 1507e11e6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,7 +145,5 @@ ynh_system_user_delete () {
then then
echo "Remove the group $username" >&2 echo "Remove the group $username" >&2
delgroup $username delgroup $username
else
echo "The group $username was not found" >&2
fi fi
} }