projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
76a1198
)
Merged from 5.1: Fixed stopping of LXC VMs
author
Roland Mas
<lolando@debian.org>
Thu, 31 May 2012 14:52:54 +0000
(14:52 +0000)
committer
Roland Mas
<lolando@debian.org>
Thu, 31 May 2012 14:52:54 +0000
(14:52 +0000)
tests/lxc/destroy
patch
|
blob
|
history
diff --git
a/tests/lxc/destroy
b/tests/lxc/destroy
index 39ec28235caaf53ae7214cbc14a4bc24d2a9c43c..b5d2435c831e275e2a9d0ce8e0f1a04d32bf4db7 100755
(executable)
--- a/
tests/lxc/destroy
+++ b/
tests/lxc/destroy
@@
-6,4
+6,4
@@
lxcdir=`dirname $0`
export TEMPLATE=$VMTEMPLATE
sudo /usr/bin/lxc-stop -n $HOST
-sudo /usr/bin/lxc-destroy -n $HOST
+sudo /usr/bin/lxc-destroy -n $HOST
|| true