From cb802880424717568faa0bea769ec8b566d65ce3 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Tue, 20 Feb 2024 15:33:23 -0800 Subject: [PATCH] quote vars passed to next script --- bin/vdns-rr-rep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vdns-rr-rep.sh b/bin/vdns-rr-rep.sh index 9a32308..e277e33 100755 --- a/bin/vdns-rr-rep.sh +++ b/bin/vdns-rr-rep.sh @@ -23,7 +23,7 @@ fi zone_exists=$(/usr/local/bin/vdns-zone-ext.sh -z $zone) if [[ $zone_exists = "true" ]]; then - /usr/local/sbin/pdns-rr-rep.sh $@ + /usr/local/sbin/pdns-rr-rep.sh "$@" else echo Zone $zone not found. fi