Skip to content

Commit

Permalink
shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 29, 2024
1 parent b061d34 commit 0559d16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions provision/wildduck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ EO_HELO
-e '/^#clamd/ s/^#//' \
-e '/^#spamassassin/ s/^#//' \
-e '/^spamassassin/ a\
rspamd'
rspamd' \
-e '/^queue/ s/queue/#queue/' \
"$_cfg/plugins"

Expand Down Expand Up @@ -425,10 +425,10 @@ ca=/usr/local/share/certs/ca-root-nss.crt'
-e "/host:/ s/'127.0.0.1'/redis/" \
-e "/db:/ s/3/9/" \
-e "/mongodb:/ s/127.0.0.1/$(get_jail_ip mongodb)/" \
# -e "/secret: / s/secret value/$TODO/" \
# -e "/loopSecret: / s/secret value/$TODO/" \
"$ZFS_DATA_MNT/wildduck/haraka/plugins/wildduck/config/wildduck.yaml" \
> "$_cfg/wildduck.yaml"
# -e "/secret: / s/secret value/$TODO/" \
# -e "/loopSecret: / s/secret value/$TODO/" \
fi
}

Expand Down

0 comments on commit 0559d16

Please sign in to comment.