From 182298ef54d88b286f22c0dece96626d9aff87e6 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Tue, 16 May 2017 22:31:06 -0700 Subject: [PATCH] Use ACTUAL_BUNDLE_URL instead of ACTUALBUNDLEURL Change-Id: Ic1fe11eeb83eb61c4657ba83d1876d03967e6e81 Signed-off-by: Jamo Luhrsen --- csit/suites/sxp/scripts/tools_node_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csit/suites/sxp/scripts/tools_node_setup.sh b/csit/suites/sxp/scripts/tools_node_setup.sh index 715f0c1942..f6a0cea213 100755 --- a/csit/suites/sxp/scripts/tools_node_setup.sh +++ b/csit/suites/sxp/scripts/tools_node_setup.sh @@ -2,7 +2,7 @@ TOOLS_WORK_DIR="/tmp" echo "Extracting the new controller... [${TOOLS_SYSTEM_IP}]" -ssh ${TOOLS_SYSTEM_IP} wget --progress=dot:mega ${ACTUALBUNDLEURL} -P ${TOOLS_WORK_DIR} +ssh ${TOOLS_SYSTEM_IP} wget --progress=dot:mega ${ACTUAL_BUNDLE_URL} -P ${TOOLS_WORK_DIR} ssh ${TOOLS_SYSTEM_IP} unzip -q ${TOOLS_WORK_DIR}/${BUNDLE} -d ${TOOLS_WORK_DIR} echo "Set Java version" @@ -41,4 +41,4 @@ while true; do sleep 5 echo waiting ${COUNT} secs... fi -done \ No newline at end of file +done -- 2.36.6