From c482dbf7bde18ff82caf8983a003ce14488984ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 18 Jul 2024 18:51:01 +0200 Subject: [PATCH] Added --missing-ok to rlFileBackup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- Sanity/SRV-lookup/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sanity/SRV-lookup/test.sh b/Sanity/SRV-lookup/test.sh index 5d88641..2cedf3d 100755 --- a/Sanity/SRV-lookup/test.sh +++ b/Sanity/SRV-lookup/test.sh @@ -8,7 +8,7 @@ rlJournalStart rlRun "cp ./mockserver.sh $tmp" 0 "Copying mock server" rlRun "pushd $tmp" rlRun "set -o pipefail" - rlFileBackup /etc/postfix/main.cf /etc/dnsmasq.conf /etv/resolv.conf + rlFileBackup --missing-ok /etc/postfix/main.cf /etc/dnsmasq.conf /etv/resolv.conf rlRun "echo 'use_srv_lookup = submission' >> /etc/postfix/main.cf" 0 "Enabling SRV lookup" rlRun "echo 'relayhost = testdomain.com:submission' >> /etc/postfix/main.cf"\ 0 "Setting up relayhost"