FIX: Correct the packagecloud.io URL path
[csit.git] / bootstrap.sh
index 015858b..d37f704 100755 (executable)
@@ -46,6 +46,7 @@ if [ "${#}" -ne "0" ]; then
 else
     DKMS_VERSION=$(< ${SCRIPT_DIR}/DPDK_STABLE_VER)
     VPP_VERSION=$(< ${SCRIPT_DIR}/VPP_STABLE_VER_${DISTRO})
+    CSIT_DIR=${SCRIPT_DIR}
     source "${SCRIPT_DIR}/resources/libraries/bash/function/artifacts.sh"
     download_artifacts
     # Need to revert -euo as the rest of script is not optimized for this.