summaryrefslogtreecommitdiffstats
path: root/components/congress/install/bash/clean_congress.sh
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-05-22 19:55:08 -0700
committerblsaws <bryan.sullivan@att.com>2016-05-22 19:55:08 -0700
commit96b0a744fd44e5da8d380a5c5e06a5eae9c8b30c (patch)
tree61fbc367b4e7aabc639c02dfbc4c5527b499cbda /components/congress/install/bash/clean_congress.sh
parent73ec9a18052cdf875733fc9a4cc5492b5c51ecd8 (diff)
Fix to reference bash
JIRA: COPPER-2 Change-Id: I1d11bcbacab49f34fc902c0e780b25f58a6ccb90 Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/install/bash/clean_congress.sh')
-rw-r--r--components/congress/install/bash/clean_congress.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/congress/install/bash/clean_congress.sh b/components/congress/install/bash/clean_congress.sh
index a322dbe..19f3341 100644
--- a/components/congress/install/bash/clean_congress.sh
+++ b/components/congress/install/bash/clean_congress.sh
@@ -25,6 +25,7 @@
# - Retrieve the copper remova script as below
# $ cd ~
# $ wget https://git.opnfv.org/cgit/copper/plain/components/congress/install/bash/clean_congress.sh
+# $ bash clean_congress.sh
echo "OS-specific prerequisite steps"
dist=`grep DISTRIB_ID /etc/*-release | awk -F '=' '{print $2}'`