summarylogtreecommitdiffstats
path: root/dokku.install
diff options
context:
space:
mode:
authorFabien LEFEBVRE2019-12-03 10:57:32 +0100
committerFabien LEFEBVRE2019-12-03 10:57:32 +0100
commit78cf4b5eb6ae89ade6fb1ff94b6ff76c9049cab7 (patch)
tree06a14006de47ac63bcb869e91f6596abbc665b41 /dokku.install
parent58710475c2c1b18b135d3a945892c5f888568783 (diff)
downloadaur-78cf4b5eb6ae89ade6fb1ff94b6ff76c9049cab7.tar.gz
upgpkg: dokku 0.19.9-1
upstream release
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"