Update gfxcreate.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user