1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coturn_ynh.git synced 2024-09-03 18:16:32 +02:00

Update install

This commit is contained in:
ericgaspar 2022-01-14 16:00:39 +01:00
parent bd771803f3
commit bfd5089d69
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -105,10 +105,8 @@ ynh_script_progression --message="Configuring Coturn..." --weight=1
# For any update do it in all files
# Find password for turnserver
ynh_print_OFF
turnserver_pwd=$(ynh_string_random --length=30)
ynh_app_setting_set --app=$app --key=turnserver_pwd --value=$turnserver_pwd
ynh_print_ON
coturn_config_path="/etc/turnserver.conf"