From bfd5089d697a2cc1cb576285283e01fd1cef97a7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 14 Jan 2022 16:00:39 +0100 Subject: [PATCH] Update install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 5044b4a..03b7cd7 100644 --- a/scripts/install +++ b/scripts/install @@ -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"