1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update restore

This commit is contained in:
ericgaspar 2021-01-12 19:24:05 +01:00
parent c784fb00ea
commit 532719d689
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -142,7 +142,7 @@ ynh_print_ON
coturn_config_path="/etc/$app/coturn.conf"
cp ../settings/conf/turnserver.conf "$coturn_config_path"
cp ../settings/conf/coturn/turnserver.conf "$coturn_config_path"
ynh_replace_string --match_string=__APP__ --replace_string=$app --target_file="$coturn_config_path"
ynh_replace_string --match_string=__DOMAIN__ --replace_string=$domain --target_file="$coturn_config_path"