Skip to content

Commit

Permalink
Make cleanup_all_vms.sh noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Apr 27, 2020
1 parent 818d75f commit f6ca984
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/cleanup_all_vms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ LOGDIR=${LOGDIR:-/var/tmp/packer-templates-logs}

set -o pipefail

echo -e "\n*** This will remove all libvirt + VirtualBox virtual machines and vagrant boxes !\nPress ENTER to continue"
read -r


echo "*** Delete forgotten vagrant instances from ${TMPDIR}"
if [[ -d "${TMPDIR}" ]]; then
while IFS= read -r -d '' DIR; do
Expand Down

0 comments on commit f6ca984

Please sign in to comment.