From cef59979f346027aaf1b135015ff99a1084fa3b0 Mon Sep 17 00:00:00 2001 From: blsaws Date: Wed, 6 Apr 2016 11:20:37 -0700 Subject: Add command echo with debug parameter control. JIRA: COPPER-4 Change-Id: I9937fdb41748165a98aafe3b5f35771561ff3f53 Signed-off-by: blsaws (cherry picked from commit 6df5ce72967055017d69bed82656507f8748f0b4) --- .../congress/test-webapp/setup/clean_congress_testserver.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/components/congress/test-webapp/setup/clean_congress_testserver.sh b/components/congress/test-webapp/setup/clean_congress_testserver.sh index debc05b..4376edc 100644 --- a/components/congress/test-webapp/setup/clean_congress_testserver.sh +++ b/components/congress/test-webapp/setup/clean_congress_testserver.sh @@ -13,17 +13,25 @@ # See the License for the specific language governing permissions and # limitations under the License. # - # This is a cleanup script for installation of the Congress testserver # on an Ubuntu 14.04 LXC container in the jumphost. # Presumably something has failed, and any record of the testserver # needs to be removed, so you can try the install again. +# On jumphost: +# source ~/clean_congress_testserver.sh +# indicates whether to turn on command echoing source ~/admin-openrc.sh <