From: Vsevolod Stakhov Date: Thu, 17 Dec 2015 18:28:56 +0000 (+0000) Subject: Create dbdir for rspamd in debian package X-Git-Tag: 1.1.0~258 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fa1a67a410f3d19727a5e0a190d83394a9278349;p=rspamd.git Create dbdir for rspamd in debian package --- 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 ;;