From 3570a7f31c3d9fef27b7283f67932d876a595eac Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Sun, 23 Feb 2014 01:56:10 +0100 Subject: [PATCH] No need to specify group for chown explicitly --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.39.5