Update gfxcreate.sh
This commit is contained in:
@@ -23,7 +23,6 @@ if $remove; then
|
|||||||
status=$(qm status $vmid | cut -d ' ' -f 2)
|
status=$(qm status $vmid | cut -d ' ' -f 2)
|
||||||
until [[ $status -eq "stopped" ]]
|
until [[ $status -eq "stopped" ]]
|
||||||
do
|
do
|
||||||
echo "$status"
|
|
||||||
echo "Waiting for VM $vmid become stopped..."
|
echo "Waiting for VM $vmid become stopped..."
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user