From 96b0a744fd44e5da8d380a5c5e06a5eae9c8b30c Mon Sep 17 00:00:00 2001 From: blsaws Date: Sun, 22 May 2016 19:55:08 -0700 Subject: Fix to reference bash JIRA: COPPER-2 Change-Id: I1d11bcbacab49f34fc902c0e780b25f58a6ccb90 Signed-off-by: blsaws --- components/congress/install/bash/clean_congress.sh | 1 + components/congress/install/bash/install_congress_1.sh | 9 +++++---- components/congress/install/bash/install_congress_2.sh | 6 ++---- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'components') 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}'` diff --git a/components/congress/install/bash/install_congress_1.sh b/components/congress/install/bash/install_congress_1.sh index 8f4676c..423e887 100644 --- a/components/congress/install/bash/install_congress_1.sh +++ b/components/congress/install/bash/install_congress_1.sh @@ -25,7 +25,7 @@ # $ cd ~ # $ wget https://git.opnfv.org/cgit/copper/plain/components/congress/install/bash/install_congress_1.sh # $ wget https://git.opnfv.org/cgit/copper/plain/components/congress/install/bash/install_congress_2.sh -# $ sh install_congress_1.sh [openstack-branch] +# $ bash install_congress_1.sh [openstack-branch] # optionally specifying the branch identifier to use for OpenStack # @@ -69,9 +69,10 @@ EOF echo "install other dependencies" sudo apt-get install apg git gcc python-dev libxml2 libxslt1-dev libzip-dev -y sudo pip install --upgrade pip virtualenv setuptools pbr tox - source ~/admin-openrc.sh <