summaryrefslogtreecommitdiffstats
path: root/components/congress/test-webapp/setup/install_congress_testserver_1.sh
diff options
context:
space:
mode:
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>