mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Fix
This commit is contained in:
parent
998888d6b2
commit
a6b214e816
2 changed files with 2 additions and 2 deletions
|
@ -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_script_progression --message="Configuring log rotation..." --weight=1
|
||||||
|
|
||||||
ynh_use_logrotate --logfile "/etc/logrotate.d/$app"
|
ynh_use_logrotate --logfile "/var/log/$app"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# ADD SCRIPT FOR COTURN CRON AND APP SERVICE
|
# ADD SCRIPT FOR COTURN CRON AND APP SERVICE
|
||||||
|
|
|
@ -116,7 +116,7 @@ yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port
|
||||||
# RESTORE THE LOGROTATE CONFIGURATION
|
# RESTORE THE LOGROTATE CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_restore_file --logfile "/etc/logrotate.d/$app"
|
ynh_restore_file --logfile "/var/log/$app"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RECONFIGURE THE TURNSERVER
|
# RECONFIGURE THE TURNSERVER
|
||||||
|
|
Loading…
Add table
Reference in a new issue