From 09d53f083a595370a1135d10aa6c9212a89a9f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Fri, 24 Feb 2023 19:01:42 +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 d0a87ef..efb1df8 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 --service-name=nginx --action restart +ynh_systemd_action --service-name=nginx --action=restart ynh_script_progression -m "Restoration completed" -l \ No newline at end of file