openDMARC: remove quotation marks from setup script (#2291)
This commit is contained in:
parent
917f0f6a9c
commit
e436968655
|
@ -148,8 +148,8 @@ function _setup_dmarc_hostname
|
||||||
{
|
{
|
||||||
_notify 'task' 'Setting up dmarc'
|
_notify 'task' 'Setting up dmarc'
|
||||||
sed -i -e \
|
sed -i -e \
|
||||||
"s|^AuthservID.*$|AuthservID '${HOSTNAME}'|g" \
|
"s|^AuthservID.*$|AuthservID ${HOSTNAME}|g" \
|
||||||
-e "s|^TrustedAuthservIDs.*$|TrustedAuthservIDs '${HOSTNAME}'|g" \
|
-e "s|^TrustedAuthservIDs.*$|TrustedAuthservIDs ${HOSTNAME}|g" \
|
||||||
/etc/opendmarc.conf
|
/etc/opendmarc.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue