From 60ce986ece4739f3e3d76e2b69e1b6dc7885004e Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:11:14 +0100 Subject: [PATCH] Update v-add-srs-support-to-exim --- bin/v-add-srs-support-to-exim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-add-srs-support-to-exim b/bin/v-add-srs-support-to-exim index 39d92e63..5113c693 100644 --- a/bin/v-add-srs-support-to-exim +++ b/bin/v-add-srs-support-to-exim @@ -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