1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Try fix check_process

This commit is contained in:
Josué Tille 2021-03-12 20:08:14 +01:00
parent afa2f76548
commit 021f296356
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@
domain="domain.tld" (DOMAIN)
path="/_matrix/static/" (PATH)
is_public=1 (PUBLIC|public=1|private=0)
server_name="domain2.tld" (DOMAIN)
server_name="domain.tld" (DOMAIN)
; Checks
pkg_linter=1
setup_sub_dir=1

View file

@ -36,6 +36,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
synapse_tls_port=$(ynh_app_setting_get --app=$app --key=synapse_tls_port)
turnserver_tls_port=$(ynh_app_setting_get --app=$app --key=turnserver_tls_port)
turnserver_alt_tls_port=$(ynh_app_setting_get --app=$app --key=turnserver_alt_tls_port)
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
ynh_print_OFF
synapse_db_pwd=$(ynh_app_setting_get --app=$app --key=synapse_db_pwd)
ynh_print_ON