aboutsummaryrefslogtreecommitdiffstats
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 8d96fcb18..374209ce7 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -16,7 +16,7 @@ case "$1" in
--gecos "rspamd spam filtering system" \
--force-badname \
$SERVER_USER
-
+ mkdir -p $SERVER_HOME $SERVER_LOG || true
chown $SERVER_USER: $SERVER_HOME $SERVER_LOG
;;