]> source.dussan.org Git - rspamd.git/commitdiff
No need to specify group for chown explicitly
authorMikhail Gusarov <dottedmag@dottedmag.net>
Sun, 23 Feb 2014 00:56:10 +0000 (01:56 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 24 Feb 2014 13:17:45 +0000 (13:17 +0000)
debian/postinst

index 578173981b723e2b7ff40a39297f0f67e633bf32..78c280568fb821885b34d1c0913923a0c595be51 100644 (file)
@@ -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
     ;;