Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
feddar authored Apr 29, 2020
1 parent 2e3fe9f commit e688caa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ done
if [ -d "$CUSTOM_CONF_BASE_DIR/local.d/maps.d" ]; then
mv "/etc/rspamd/local.d/maps.d" "/etc/rspamd/local.d/maps.d.orig"
ln -s "$CUSTOM_CONF_BASE_DIR/local.d/maps.d" "/etc/rspamd/local.d/maps.d"
chown _rspamd "$CUSTOM_CONF_BASE_DIR/local.d/maps.d"
chmod 666 "$CUSTOM_CONF_BASE_DIR/local.d/maps.d/*"
fi

# Check for custom rspamd.conf config
Expand Down

0 comments on commit e688caa

Please sign in to comment.