From 34d4be55053617eeafe9f66c59a086e42830ba2f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 27 Mar 2021 21:45:48 +0100 Subject: [PATCH] fix --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 3d6d105..610bf60 100755 --- a/scripts/install +++ b/scripts/install @@ -114,7 +114,7 @@ ynh_script_progression --message="Configuring a systemd service..." --weight=1 ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service" ynh_replace_string --match_string="__YNH_NODE__" --replace_string="$ynh_node" --target_file="../conf/systemd.service" -ynh_add_systemd_config --others_var=$admin $password +ynh_add_systemd_config #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index 8a16697..728b6d7 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -116,7 +116,7 @@ ynh_script_progression --message="Upgrading systemd configuration..." --weight=1 ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service" ynh_replace_string --match_string="__YNH_NODE__" --replace_string="$ynh_node" --target_file="../conf/systemd.service" -ynh_add_systemd_config --others_var=$admin $password +ynh_add_systemd_config #================================================= # GENERIC FINALIZATION