summaryrefslogtreecommitdiffstats
path: root/rubbos/rubbos_scripts/1-1-1/scripts/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rubbos/rubbos_scripts/1-1-1/scripts/run.sh')
-rwxr-xr-xrubbos/rubbos_scripts/1-1-1/scripts/run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/run.sh b/rubbos/rubbos_scripts/1-1-1/scripts/run.sh
index 95dc08b9..e71c6ec2 100755
--- a/rubbos/rubbos_scripts/1-1-1/scripts/run.sh
+++ b/rubbos/rubbos_scripts/1-1-1/scripts/run.sh
@@ -6,6 +6,8 @@ echo "*** scp scripts *************************************************"
scp_options="-o StrictHostKeyChecking=no -o BatchMode=yes"
+scp $scp_options CONTROL_rubbos_exec.sh $CONTROL_HOST:/tmp
+
if true; then
for script in BENCHMARK_rubbos_install.sh BENCHMARK_install.sh \
BENCHMARK_configure.sh BENCHMARK_uninstall.sh \
@@ -133,3 +135,5 @@ done
ssh root@$TOMCAT1_HOST chmod 770 /tmp/TOMCAT1_rubbosSL_configure.sh
ssh $TOMCAT1_HOST /tmp/TOMCAT1_rubbosSL_configure.sh
+ssh $CONTROL_HOST /tmp/CONTROL_rubbos_exec.sh
+