diff options
author | Mikhail Gusarov <dottedmag@dottedmag.net> | 2014-02-23 01:56:10 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-02-24 13:17:45 +0000 |
commit | 3570a7f31c3d9fef27b7283f67932d876a595eac (patch) | |
tree | 2d1113149725791de368df972cb52a267e3a4bf4 /debian | |
parent | abd0450d3f5dd80530da68d961b6f5e938e0f767 (diff) | |
download | rspamd-3570a7f31c3d9fef27b7283f67932d876a595eac.tar.gz rspamd-3570a7f31c3d9fef27b7283f67932d876a595eac.zip |
No need to specify group for chown explicitly
Diffstat (limited to 'debian')
-rw-r--r-- | debian/postinst | 2 |
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 ;; |