Browse Source

Merge pull request #85 from YunoHost-Apps/fix_log_rotate

Fix duplicate log entry in logrotate
pull/81/head
Maniack Crudelis 8 years ago
committed by GitHub
parent
commit
b81028f14c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/upgrade

2
scripts/upgrade

@ -334,7 +334,7 @@ they are probably disabled and you'll have to manually enable them again." >&2
#=================================================
# Use logrotate to manage app-specific logfile(s)
ynh_use_logrotate
ynh_use_logrotate --non-append
#=================================================
# GENERIC FINALIZATION

Loading…
Cancel
Save