From 6eee13b67f058c0bbc0a22c7aa556ba4e89247ca Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Mon, 16 Nov 2015 13:32:34 -0500 Subject: [PATCH] chown plugins paths to dokku:dokku. closes #1554 --- debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/postinst b/debian/postinst index 05a679bfa..35c3361e3 100755 --- a/debian/postinst +++ b/debian/postinst @@ -42,6 +42,7 @@ case "$1" in PLUGIN_PATH=/var/lib/dokku/plugins plugn enable $plugin fi done + chown dokku:dokku -R /var/lib/dokku/plugins /var/lib/dokku/core-plugins dokku plugin:install --core