From 36882a9979339e9745a3629cf0da8bb459d53207 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 16 May 2019 02:46:31 +0200 Subject: [PATCH] Fix upgrade --- scripts/upgrade | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 6c5af2c..d5501d4 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -221,14 +221,15 @@ fi #================================================= ynh_print_info --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Access MobilizonWeb.Endpoint at" +ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="Access MobilizonWeb.Endpoint at" #================================================= # RELOAD NGINX #================================================= ynh_print_info --message="Reloading nginx web server..." -systemctl reload nginxynh_systemd_action --service_name=nginx --action=reload +ynh_systemd_action --service_name=nginx --action=reload + #================================================= # END OF SCRIPT #=================================================