From 997a8ea309444908bbe82a1ad3642cd49715ef48 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 30 Jun 2021 17:06:34 +0200 Subject: [PATCH] Update ynh_supervisor --- scripts/ynh_supervisor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ynh_supervisor b/scripts/ynh_supervisor index cd7ed325..67bd2bd7 100644 --- a/scripts/ynh_supervisor +++ b/scripts/ynh_supervisor @@ -109,7 +109,7 @@ ynh_supervisor_action() { # Use reload-or-restart instead of reload. So it wouldn't fail if the service isn't running. if [ "$action" == "reload" ]; then - action="restart" + action="update" fi # If the service fails to perform the action