dom0: Force NetVM shutdown (#304)

Just allow to shut down netvm and firewallvm at the same time.
This commit is contained in:
Marek Marczykowski 2011-07-21 01:01:31 +02:00
parent 342261ff10
commit 1b1073d1ff

View File

@ -61,7 +61,7 @@ stop()
echo -n $"Stopping NetVMs:"
for VM in `get_running_netvms`; do
qvm-run -q --shutdown --wait $VM
qvm-run -q --force --shutdown --wait $VM
done
fi