Browse Source

Fix duplicate log entry in logrotate

pull/85/head
Maniack Crudelis 8 years ago
committed by GitHub
parent
commit
23f809d44c
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