Update gfxcreate.sh

This commit is contained in:
2025-11-01 12:53:12 +00:00
parent 0ea3fd6610
commit 41cadc6d36

View File

@@ -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