summaryrefslogtreecommitdiffstats
path: root/components/congress/test-webapp/setup/install_congress_testserver_1.sh
diff options
context:
space:
mode:
authorBryan Sullivan <bs3131@att.com>2016-02-10 13:19:11 -0800
committerBryan Sullivan <bs3131@att.com>2016-02-10 13:19:11 -0800
commit030022c157c5c5e3fa133ce461dd50aff19db068 (patch)
treec365f4f21f88bf85be26d822627ad09607b47690 /components/congress/test-webapp/setup/install_congress_testserver_1.sh
parent0c521e41f66270fa6bfbbea9ae74ab5a8c72d933 (diff)
Correct small errors.
JIRA: COPPER-2 Change-Id: I36d1313b9dd57efa8c237a469a8f9ea7aa22d95d Signed-off-by: Bryan Sullivan <bs3131@att.com>
Diffstat (limited to 'components/congress/test-webapp/setup/install_congress_testserver_1.sh')
-rw-r--r--components/congress/test-webapp/setup/install_congress_testserver_1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/congress/test-webapp/setup/install_congress_testserver_1.sh b/components/congress/test-webapp/setup/install_congress_testserver_1.sh
index 2aa4feb..875a49f 100644
--- a/components/congress/test-webapp/setup/install_congress_testserver_1.sh
+++ b/components/congress/test-webapp/setup/install_congress_testserver_1.sh
@@ -44,5 +44,5 @@ echo export COPPER_HOST=$COPPER_HOST >>~/env.sh
scp ~/admin-openrc.sh ubuntu@$COPPER_HOST:/home/ubuntu
scp ~/env.sh ubuntu@$COPPER_HOST:/home/ubuntu
scp ~/git/copper/tests/setup/install_congress_testserver_2.sh ubuntu@$COPPER_HOST:/home/ubuntu
-ssh ubuntu@$COPPER_HOST "~/install_congress_testserver_2.sh; exit"
+ssh ubuntu@$COPPER_HOST "source ~/install_congress_testserver_2.sh; exit"
# </code>