From 5f5b33e92d1c65ed7faf090f295ba2c100acd945 Mon Sep 17 00:00:00 2001 From: squeak Date: Fri, 12 Mar 2021 08:32:18 +0100 Subject: [PATCH] Fixed upgrade script, service was not properly configured and failing. --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 0a6bf84..6ed4413 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -127,7 +127,7 @@ popd ynh_script_progression --message="Upgrading systemd configuration..." --weight=1 # Create a dedicated systemd config -ynh_add_systemd_config +ynh_add_systemd_config --others_var="ynh_node_load_PATH" #================================================= # GENERIC FINALIZATION