Update v-add-srs-support-to-exim

This commit is contained in:
myvesta 2024-11-11 18:11:14 +01:00 committed by GitHub
commit 60ce986ece
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ if [ ! -f "/etc/exim4/srs.conf" ]; then
chown root:Debian-exim /etc/exim4/srs.conf
fi
if [ -f "/etc/exim4/exim4.conf.template.backup-without-srs" ]; then
if [ ! -f "/etc/exim4/exim4.conf.template.backup-without-srs" ]; then
echo "= Backing up /etc/exim4/exim4.conf.template"
cp /etc/exim4/exim4.conf.template /etc/exim4/exim4.conf.template.backup-without-srs
fi