1
0
Fork 0
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:
Josué Tille 2024-03-11 23:45:21 +01:00
parent 50158ed4a4
commit 5d3916b687
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

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