From 96b33d6d1c55e9d9bc723f415d1a3d8561823d13 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 24 Nov 2015 17:57:27 +0100 Subject: [PATCH] Improve message of the teardown.sh Currently the teardown doesn't care about destroy other lxc containers and destroys everything. Same for logical volumes in the lxc volume group. This tweaks the message to make it more clear. Closes-Bug: #1518492 Change-Id: If8bbd9c8b6cea4d18ad982ee676e0480a88a1a4e --- scripts/teardown.sh | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/scripts/teardown.sh b/scripts/teardown.sh index 7ab9fd8035..873592b1a6 100755 --- a/scripts/teardown.sh +++ b/scripts/teardown.sh @@ -23,14 +23,20 @@ info_block "Checking for required libraries." 2> /dev/null || source $(dirname $ ## Confirmation ------------------------------------------------------------- cat <