mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix undefined db_name on coturn rotate script
This commit is contained in:
parent
50158ed4a4
commit
5d3916b687
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ pushd /etc/yunohost/apps/$app/conf
|
|||
source /usr/share/yunohost/helpers
|
||||
source ../scripts/_common.sh
|
||||
|
||||
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
|
||||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||
port_cli=$(ynh_app_setting_get --app=$app --key=port_cli)
|
||||
turnserver_pwd=$(ynh_app_setting_get --app=$app --key=turnserver_pwd)
|
||||
|
|
Loading…
Reference in a new issue