1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Other_var not needed

This commit is contained in:
ericgaspar 2021-07-29 23:18:16 +02:00 committed by tituspijean
parent 958c8abc19
commit 495fd1ef26
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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