From 51c084dbfd568f550357e6aee86388a2aea1d7ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Fri, 24 Feb 2023 20:56:41 +0100 Subject: [PATCH] Fix typo in systemd action --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index e970acd..c799e98 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -30,6 +30,6 @@ ynh_script_progression --message="Upgrading web server configuration..." --weigh ynh_add_nginx_config ynh_script_progression --message="Restarting systemd service..." --weight=1 -ynh_systemd_action --action=estart +ynh_systemd_action --action=restart ynh_script_progression --message="Upgrade completed" --last \ No newline at end of file