mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Do not warn if group isn't exist
This commit is contained in:
parent
485cb4b5c7
commit
1507e11e6e
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue