Revert "Block until instances are confirmed to be deleted"

This reverts commit 47ddbbe53b.
This commit is contained in:
Michael Vines
2019-03-14 20:53:10 -07:00
parent 3ced91319f
commit ede99d5913

View File

@ -389,14 +389,6 @@ delete() {
echo "No instances found matching '$filter'" echo "No instances found matching '$filter'"
else else
cloud_DeleteInstances true cloud_DeleteInstances true
while true; do
cloud_FindInstances "$filter"
if [[ ${#instances[@]} -eq 0 ]]; then
break;
fi
echo "(waiting for instances to be deleted)"
sleep 3
done
fi fi
done done
rm -f "$configFile" rm -f "$configFile"