diff --git a/scripts/restore b/scripts/restore index 598a32c..761278f 100755 --- a/scripts/restore +++ b/scripts/restore @@ -64,7 +64,7 @@ yunohost service add $app --description="Simple donation form" --log="/var/log/$ #================================================= ynh_script_progression --message="Reloading NGINX web server and $app's service..." --weight=1 -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Started" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" ynh_systemd_action --service_name=nginx --action=reload