1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
This commit is contained in:
ericgaspar 2021-01-12 17:16:56 +01:00
parent 7d256184e8
commit df49232f8d
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -220,7 +220,7 @@ ynh_store_file_checksum --file="$final_path/data/ice-servers.json"
#=================================================
ynh_script_progression --message="Configuring log rotation..." --weight=1
ynh_use_logrotate --origin_path="/etc/logrotate.d/$app"
ynh_use_logrotate --logfile "/etc/logrotate.d/$app"
#=================================================
# ADD SCRIPT FOR COTURN CRON AND APP SERVICE

View file

@ -116,7 +116,7 @@ yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port
# RESTORE THE LOGROTATE CONFIGURATION
#=================================================
ynh_restore_file --origin_path="/etc/logrotate.d/$app"
ynh_restore_file --logfile "/etc/logrotate.d/$app"
#=================================================
# RECONFIGURE THE TURNSERVER