Skip to content

Commit

Permalink
adding whitespace lines in the quick start script
Browse files Browse the repository at this point in the history
  • Loading branch information
Naor Livne committed Jan 14, 2019
1 parent 3785cd2 commit 653de03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/hello-world/start_example_nebula_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ done

# run the curl below to create the example app
echo "Creating an example app (creatively) named example"
echo ""
curl -X POST \
http://127.0.0.1/api/v2/apps/example \
-H 'authorization: Basic bmVidWxhOm5lYnVsYQ==' \
Expand All @@ -31,6 +32,8 @@ curl -X POST \
"rolling_restart": false
}'

echo ""

# run the curl below to create the example device_group
echo "Creating an example device_group (creatively) named example"
curl -X POST \
Expand All @@ -42,6 +45,8 @@ curl -X POST \
"apps": ["example"]
}'

echo ""

# wait until the example nginx is online
until $(curl --output /dev/null --silent --head --fail -H 'cache-control: no-cache' http://127.0.0.1:81/); do
echo "Waiting on the example work container to become available..."
Expand Down

0 comments on commit 653de03

Please sign in to comment.