Merge remote-tracking branch 'origin/testing' into eng-testing

This commit is contained in:
ericgaspar
2021-03-15 13:32:33 +01:00
8 changed files with 48 additions and 80 deletions

View File

@@ -32,7 +32,7 @@ ldap_user=$(ynh_app_setting_get --app=$app --key=ldap_user)
# Remove the service from the list of services known by Yunohost (added from `yunohost service add`)
if ynh_exec_warn_less yunohost service status $app >/dev/null
then
ynh_script_progression --message="Removing $app service..."
ynh_script_progression --message="Removing $app service integration..."
yunohost service remove $app
fi