From 3c2ed685691fb6005d0e6612f0bea73689ecbd12 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 7 Nov 2019 13:26:25 +0700 Subject: [PATCH] Add descriptive comment --- checkvolumesize | 1 + 1 file changed, 1 insertion(+) diff --git a/checkvolumesize b/checkvolumesize index a76e229..24065a5 100755 --- a/checkvolumesize +++ b/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')