summarylogtreecommitdiffstats
path: root/dokku.install
diff options
context:
space:
mode:
Diffstat (limited to 'dokku.install')
-rw-r--r--dokku.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/dokku.install b/dokku.install
index 6db7909bf1ca..d2958b524d26 100644
--- a/dokku.install
+++ b/dokku.install
@@ -49,6 +49,7 @@ post_install() {
echo "Install all core plugins"
dokku plugin:install --core
+ sed -i 's/ syslog dokku$/ root dokku/g' /etc/logrotate.d/dokku
echo "Ensure proper sshcommand path"
echo /usr/bin/dokku > "${DOKKU_ROOT}/.sshcommand"