summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index 578173981..78c280568 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -19,7 +19,7 @@ case "$1" in
--gecos "$SERVER_NAME" \
$SERVER_USER
- chown -R $SERVER_USER:$SERVER_GROUP $SERVER_HOME $SERVER_LOG
+ chown $SERVER_USER: $SERVER_HOME $SERVER_LOG
chmod u=rwx,g=rx,o= $SERVER_HOME
chmod u=rwx,g=rx,o=rx $SERVER_LOG
;;