mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
FIX add server_name variable
This commit is contained in:
parent
f586ed6b25
commit
f3abdeedfa
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ upstream_version=$(ynh_app_upstream_version)
|
|||
#=================================================
|
||||
|
||||
domain=$(ynh_app_setting_get $app special_domain)
|
||||
server_name=$(ynh_app_setting_get $app server_name)
|
||||
path_url=$(ynh_app_setting_get $app special_path)
|
||||
final_path=$(ynh_app_setting_get $app final_path)
|
||||
synapse_db_pwd=$(ynh_app_setting_get $app synapse_db_pwd)
|
||||
|
|
Loading…
Add table
Reference in a new issue