quote vars passed to next script

This commit is contained in:
Matthew Saunders Brown 2024-02-20 15:33:23 -08:00
parent da37affbbb
commit cb80288042

View File

@ -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