diff --git a/gfxcreate.sh b/gfxcreate.sh index d39ed9b..2f8ed7e 100644 --- a/gfxcreate.sh +++ b/gfxcreate.sh @@ -23,7 +23,6 @@ if $remove; then status=$(qm status $vmid | cut -d ' ' -f 2) until [[ $status -eq "stopped" ]] do - echo "$status" echo "Waiting for VM $vmid become stopped..." sleep 1 done