diff --git a/scripts/remove b/scripts/remove index 68e9bb7..06fb303 100755 --- a/scripts/remove +++ b/scripts/remove @@ -31,7 +31,7 @@ cmd_file="/usr/local/bin/mopidyctl" # 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..." --weight=2 + ynh_script_progression --message="Removing $app service integration..." --weight=1 yunohost service remove $app fi