Fix sed invocation to it runs in-place
This commit is contained in:
parent
5a5fc801f8
commit
4371bb59d5
|
@ -654,7 +654,7 @@ if [ "$(lsb_release -s -c)" == 'stretch' ] ; then
|
|||
# Without adding '-u opendkim' after the service file is generated, opendkim
|
||||
# will run as root, which we do not want.
|
||||
if [ "$(grep -c 'u opendkim' /etc/systemd/system/opendkim.service.d/override.conf)" == 0 ] ; then
|
||||
sed 's/inet:8891@127.0.0.1/& -u opendkim/' /etc/systemd/system/opendkim.service.d/override.conf
|
||||
sed -i -e 's/inet:8891@127.0.0.1/& -u opendkim/' /etc/systemd/system/opendkim.service.d/override.conf
|
||||
fi
|
||||
systemctl daemon-reload
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue