Browse Source

Add descriptive comment

pull/1/head
Luke Childs 5 years ago
parent
commit
3c2ed68569
  1. 1
      checkvolumesize

1
checkvolumesize

@ -112,6 +112,7 @@ main () {
action_id=$(echo $action_json | jq -r '.action.id')
log "Created action \"${action_id}\""
# Wait for volume resize
log "Waiting for action to complete..."
while true; do
resize_status=$(digital_ocean_api "actions/$action_id" | jq -r '.action.status')

Loading…
Cancel
Save