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
7d256184e8
commit
df49232f8d
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_use_logrotate --origin_path="/etc/logrotate.d/$app"
|
||||
ynh_use_logrotate --logfile "/etc/logrotate.d/$app"
|
||||
|
||||
#=================================================
|
||||
# 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
|
||||
#=================================================
|
||||
|
||||
ynh_restore_file --origin_path="/etc/logrotate.d/$app"
|
||||
ynh_restore_file --logfile "/etc/logrotate.d/$app"
|
||||
|
||||
#=================================================
|
||||
# RECONFIGURE THE TURNSERVER
|
||||
|
|
Loading…
Add table
Reference in a new issue