s/create/start/

This commit is contained in:
Michael Vines 2018-09-06 21:07:11 -07:00
parent 53e16f68d9
commit e088833b81
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

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