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