From 653d6ca1eb701ad75dae8975b47461284370b918 Mon Sep 17 00:00:00 2001 From: thomas morgan Date: Thu, 18 May 2017 13:11:30 -0600 Subject: [PATCH] fix logrotate config on debian --- plugins/20_events/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/20_events/install b/plugins/20_events/install index cdc5cb497..9ceb83776 100755 --- a/plugins/20_events/install +++ b/plugins/20_events/install @@ -60,7 +60,7 @@ $DOKKU_LOGS_DIR/*.log { EOF if [[ "$DOKKU_DISTRO" = "debian" ]]; then - sed -i 's/ syslog dokku$/root dokku/g' $DOKKU_LOGROTATE_FILE + sed -i 's/ syslog dokku$/ root dokku/g' $DOKKU_LOGROTATE_FILE fi flag_rsyslog_needs_restart=y