From 6806ba2e6addbac5d3806a88e56701ac46d1f57b Mon Sep 17 00:00:00 2001 From: oufmilo Date: Sun, 13 Jun 2021 02:30:08 +0200 Subject: [PATCH] Fix --others_var --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 2e310e3..acb1e4c 100644 --- a/scripts/install +++ b/scripts/install @@ -144,7 +144,7 @@ popd || ynh_die ynh_script_progression --message="Configuring a systemd service..." # Create a dedicated systemd config -ynh_add_systemd_config --others_var="ynh_node_load_PATH ynh_node" +ynh_add_systemd_config="ynh_node_load_PATH ynh_node" #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index 7d851dd..cf04adc 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -172,7 +172,7 @@ fi ynh_script_progression --message="Upgrading systemd configuration..." # Create a dedicated systemd config -ynh_add_systemd_config --others_var="ynh_node_load_PATH ynh_node" +ynh_add_systemd_config="ynh_node_load_PATH ynh_node" #================================================= # GENERIC FINALIZATION