Include -z when deleting network

This commit is contained in:
Michael Vines
2018-09-27 21:27:09 -07:00
parent 675ff64094
commit 067adcdfa8

View File

@ -116,7 +116,7 @@ fi
set -x set -x
echo --- gce.sh delete echo --- gce.sh delete
time net/gce.sh delete -p "$netName" time net/gce.sh delete -z "$zone" -p "$netName"
if $delete; then if $delete; then
exit 0 exit 0
fi fi