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

Update restore

This commit is contained in:
ericgaspar 2021-02-01 14:25:02 +01:00
parent 7456641d45
commit 42128b97b6
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -42,7 +42,7 @@ ynh_script_progression --message="Restoring Coturn configuration..." --weight=1
ynh_restore_file --origin_path="/etc/turnserver.conf" ynh_restore_file --origin_path="/etc/turnserver.conf"
#================================================= #=================================================
# BACKUP THE COTURN DATAPATH # RESTORE THE COTURN DATAPATH
#================================================= #=================================================
ynh_script_progression --message="Restoring Coturn Datapath..." --weight=1 ynh_script_progression --message="Restoring Coturn Datapath..." --weight=1
@ -64,7 +64,7 @@ ynh_system_user_create --username=turnserver
adduser turnserver ssl-cert adduser turnserver ssl-cert
#================================================= #=================================================
# CREATE A DH FILE # RECREATE A DH FILE
#================================================= #=================================================
ynh_script_progression --message="Creating a dhparam file..." --weight=3 ynh_script_progression --message="Creating a dhparam file..." --weight=3