Use ACTUAL_BUNDLE_URL instead of ACTUALBUNDLEURL
[integration/test.git] / csit / suites / sxp / scripts / tools_node_setup.sh
index 715f0c19427b55024a75ff629738fd63824fa19c..f6a0cea213bc961fde906dec163cdef87460e881 100755 (executable)
@@ -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