From c14b1048e17a2f9c741ba8fcbea10e4ed9adbd2a Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 8 Apr 2018 19:24:15 +0200 Subject: [PATCH] added missing endscript (fixes #120) --- contrib/etc/logrotate.d/ebusd | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 contrib/etc/logrotate.d/ebusd diff --git a/contrib/etc/logrotate.d/ebusd b/contrib/etc/logrotate.d/ebusd old mode 100644 new mode 100755 index c969d679..630a56e5 --- a/contrib/etc/logrotate.d/ebusd +++ b/contrib/etc/logrotate.d/ebusd @@ -8,4 +8,5 @@ daily postrotate /usr/bin/killall -HUP ebusd + endscript }