Apply example_ynh

This commit is contained in:
yalh76
2021-02-26 01:29:18 +01:00
parent 1546e27dc5
commit 858d60e7bb
9 changed files with 49 additions and 73 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