From: Roland Mas Date: Thu, 5 Jul 2012 12:14:11 +0000 (+0000) Subject: Destroy VM after stopping it X-Git-Tag: v5.1.2~76 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=feea1e4f30c4b1d6b07c176cd74338f18133bd25 Destroy VM after stopping it --- diff --git a/tests/lxc/stop b/tests/lxc/stop index 94b5843348..46206df867 100755 --- a/tests/lxc/stop +++ b/tests/lxc/stop @@ -9,3 +9,4 @@ CIDR=$3 IPGW=$4 sudo /usr/bin/lxc-stop -n $HOST +sudo /usr/bin/lxc-destroy -n $HOST