From b48b9b99677ff71ad6ab4b5206d332bd30893ac9 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 13 May 2021 22:26:55 +0200 Subject: [PATCH] Apply example_ynh --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 56a5641..2261e1c 100644 --- a/scripts/install +++ b/scripts/install @@ -142,7 +142,7 @@ chown $app:$app "$final_path/config.yml" ynh_script_progression --message="Configuring a systemd service..." # Create a dedicated systemd config -ynh_add_systemd_config --others_var="ynh_node ynh_node_load_PATH" +ynh_add_systemd_config #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index a5de008..adef6ef 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -176,7 +176,7 @@ chown $app:$app "$final_path/config.yml" ynh_script_progression --message="Upgrading systemd configuration..." # Create a dedicated systemd config -ynh_add_systemd_config --others_var="ynh_node ynh_node_load_PATH" +ynh_add_systemd_config #================================================= # GENERIC FINALIZATION