mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix again coturn rotate script
This commit is contained in:
parent
5d3916b687
commit
173228bfdb
1 changed files with 4 additions and 1 deletions
|
@ -6,10 +6,13 @@ app=__APP__
|
|||
YNH_APP_BASEDIR=/etc/yunohost/apps/"$app"
|
||||
|
||||
pushd /etc/yunohost/apps/$app/conf
|
||||
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
# Must load db_name var to load _common.sh
|
||||
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
|
||||
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