diff options
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index 7d6db2347..7367f59ad 100644 --- a/debian/postinst +++ b/debian/postinst @@ -17,7 +17,9 @@ case "$1" in --force-badname \ $SERVER_USER - chown $SERVER_USER: $SERVER_HOME $SERVER_LOG + chown $SERVER_USER: $SERVER_HOME + chown $SERVER_USER:adm $SERVER_LOG + chmod g+s $SERVER_LOG ;; abort-*) |