From 128224d2bb04c5ca6c4f759c775fd52ef59b5ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Fri, 24 Feb 2023 18:58:25 +0100 Subject: [PATCH] Fix nginx restart cmd in restore script - again and once again --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 10b80d5..d0a87ef 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 -n nginx -a restart +ynh_systemd_action --service-name=nginx --action restart ynh_script_progression -m "Restoration completed" -l \ No newline at end of file