We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22782fa commit 3bb83e9Copy full SHA for 3bb83e9
k10-destroy.sh
@@ -10,6 +10,7 @@ kubectl delete ns kasten-io
10
echo '-------Deleting objects from Azure Blob Storage Bucket'
11
az storage blob delete-batch --account-name $MY_PREFIX$AZURE_STORAGE_ACCOUNT_ID -s $MY_PREFIX-$MY_CONTAINER --account-key $(cat az_storage_key)
12
13
+echo "" | awk '{print $1}'
14
endtime=$(date +%s)
15
duration=$(( $endtime - $starttime ))
16
echo "-------Total time is $(($duration / 60)) minutes $(($duration % 60)) seconds."
0 commit comments