Use bash ranges "{1..3}" instead of "$(seq 1 3)".

This commit is contained in:
Ryan Hitchman
2016-06-03 10:42:38 -07:00
parent 364f2da548
commit 5508e49ef5
10 changed files with 13 additions and 13 deletions

View File

@@ -284,7 +284,7 @@ function pc-create-vm {
# Wait for the VM to be started and connected to the network
have_network=0
for i in $(seq 120); do
for i in {1..120}; do
# photon -n vm networks print several fields:
# NETWORK MAC IP GATEWAY CONNECTED?
# We wait until CONNECTED is True