From d282ab8d9d814ddf1c8c92f7ccd3d4355fc73eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Fri, 24 Feb 2023 18:51:17 +0100 Subject: [PATCH] Fix nginx restart cmd in restore script - again --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 18d4a40..10b80d5 100755 --- a/scripts/restore +++ b/scripts/restore @@ -20,6 +20,6 @@ ynh_script_progression -m "Starting a systemd service..." -w 1 ynh_systemd_action -a start ynh_script_progression -m "Reloading the web server..." -w 1 -ynh_systemd_action -a restart -n nginx +ynh_systemd_action -n nginx -a restart ynh_script_progression -m "Restoration completed" -l \ No newline at end of file