From 495fd1ef26dec622e5261a12aa8c729420552129 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 29 Jul 2021 23:18:16 +0200 Subject: [PATCH] Other_var not needed --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 601ab57..1ef61cd 100644 --- a/scripts/install +++ b/scripts/install @@ -164,7 +164,7 @@ ynh_add_config --template="../conf/dendrite.yaml" --destination="$final_path/den ynh_script_progression --message="Configuring a systemd service..." --weight=1 # Create a dedicated systemd config -ynh_add_systemd_config --others_var="port tls_port domain env_path" +ynh_add_systemd_config #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index 2680ae2..2113d63 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -125,7 +125,7 @@ popd || ynh_die ynh_script_progression --message="Upgrading systemd configuration..." --weight=1 # Create a dedicated systemd config -ynh_add_systemd_config --others_var="port tls_port domain env_path" +ynh_add_systemd_config #================================================= # MODIFY A CONFIG FILE