Skip to content

Commit

Permalink
Merge pull request #27 from cisagov/bugfix/support-domain-changes
Browse files Browse the repository at this point in the history
Support domain changes
  • Loading branch information
dav3r authored Jul 16, 2021
2 parents 49d4ce8 + 84b8652 commit 7ebee4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function generate_configs() {
# configure opendmarc
echo "Generating opendmarc configurations for ${PRIMARY_DOMAIN}"
envsubst '\$PRIMARY_DOMAIN \$RELAY_IP' < templates/opendmarc.conf > /etc/opendmarc.conf
mkdir "/etc/opendmarc/"
mkdir -p "/etc/opendmarc/"
echo "localhost" > /etc/opendmarc/ignore.hosts
chown -R opendmarc:opendmarc /etc/opendmarc
cp /etc/default/opendmarc.orig /etc/default/opendmarc
Expand Down
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.4"
__version__ = "0.0.5"

0 comments on commit 7ebee4a

Please sign in to comment.