diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-20 14:33:50 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-20 14:33:50 +0100 |
| commit | 8c23702334b44e85b3c3372bdd90d391db30e6f7 (patch) | |
| tree | de9a21728a45e3121d98cae756ef658f4462fb12 /packaging/debs | |
| parent | 44b42292fb13a76351a90b29e2d4869bdc028a3d (diff) | |
| download | rabbitmq-server-git-8c23702334b44e85b3c3372bdd90d391db30e6f7.tar.gz | |
permission tweaks
Diffstat (limited to 'packaging/debs')
| -rw-r--r-- | packaging/debs/Debian/debian/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/debs/Debian/debian/postinst b/packaging/debs/Debian/debian/postinst index 6f7497464f..8e8523b3ae 100644 --- a/packaging/debs/Debian/debian/postinst +++ b/packaging/debs/Debian/debian/postinst @@ -32,6 +32,7 @@ fi chown -R rabbitmq:rabbitmq /var/lib/rabbitmq chown -R rabbitmq:rabbitmq /var/log/rabbitmq +chown -R rabbitmq:rabbitmq /usr/lib/rabbitmq/lib/rabbitmq_server-*/plugins/ case "$1" in configure) |
