s/create/start/

This commit is contained in:
Michael Vines
2018-09-06 21:07:11 -07:00
parent 53e16f68d9
commit e088833b81

View File

@ -101,7 +101,7 @@ echo --- gce.sh create
time net/gce.sh create "${gce_create_args[@]}" time net/gce.sh create "${gce_create_args[@]}"
net/init-metrics.sh -e net/init-metrics.sh -e
echo --- net.sh create echo --- net.sh start
time net/net.sh start -s "$snapChannel" time net/net.sh start -s "$snapChannel"
exit 0 exit 0