Skip to content

Commit 3bb83e9

Browse files
committed
Update k10-destroy.sh
1 parent 22782fa commit 3bb83e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

k10-destroy.sh

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ kubectl delete ns kasten-io
1010
echo '-------Deleting objects from Azure Blob Storage Bucket'
1111
az storage blob delete-batch --account-name $MY_PREFIX$AZURE_STORAGE_ACCOUNT_ID -s $MY_PREFIX-$MY_CONTAINER --account-key $(cat az_storage_key)
1212

13+
echo "" | awk '{print $1}'
1314
endtime=$(date +%s)
1415
duration=$(( $endtime - $starttime ))
1516
echo "-------Total time is $(($duration / 60)) minutes $(($duration % 60)) seconds."

0 commit comments

Comments
 (0)