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