From 4e541c5b81de0bd1928200f023a04a49e298da2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 22 Jan 2021 12:48:14 +0100 Subject: [PATCH] Update scripts/remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index a57c540..b903e05 100644 --- a/scripts/remove +++ b/scripts/remove @@ -27,7 +27,7 @@ domain=$(ynh_app_setting_get --app=$app --key=domain) # 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 integration..." --time --weight=1 + ynh_script_progression --message="Removing $app service integration..." --weight=1 yunohost service remove $app fi