From 26aeda79b4e49e57af84df61e51ed061ea850775 Mon Sep 17 00:00:00 2001 From: oufmilo Date: Sun, 13 Jun 2021 04:10:32 +0200 Subject: [PATCH] Update --others_var --- scripts/install | 6 +++--- scripts/upgrade | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/install b/scripts/install index 5d5c5db..3877da8 100644 --- a/scripts/install +++ b/scripts/install @@ -144,8 +144,8 @@ popd || ynh_die ynh_script_progression --message="Configuring a systemd service..." # Create a dedicated systemd config -ynh_add_systemd_config="ynh_node_load_PATH ynh_node" - + ynh_add_systemd_config --others_var="ynh_node_load_PATH ynh_node" + #================================================= # GENERIC FINALIZATION #================================================= @@ -203,5 +203,5 @@ ynh_send_readme_to_admin --app_message="../conf/message" #================================================= # END OF SCRIPT #================================================= - + ynh_script_progression --message="Installation of $app completed" diff --git a/scripts/upgrade b/scripts/upgrade index cf04adc..12c6c3f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -172,8 +172,8 @@ fi ynh_script_progression --message="Upgrading systemd configuration..." # Create a dedicated systemd config -ynh_add_systemd_config="ynh_node_load_PATH ynh_node" - + ynh_add_systemd_config --others_var="ynh_node_load_PATH ynh_node" + #================================================= # GENERIC FINALIZATION #=================================================