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

Fix logrotate append

This commit is contained in:
Maniack Crudelis 2017-07-13 18:19:44 +02:00 committed by GitHub
parent fc2a35c7b3
commit 46ec37fd13

View file

@ -163,6 +163,9 @@ sudo chown $app -R /var/log/$app/etherpad.log
# SETUP LOGROTATE
#=================================================
# Remove logrotate config
ynh_remove_logrotate
# And replace it
ynh_use_logrotate
#=================================================