CSIT-1065 High failure rate with K8s/Ligato orchestration
[csit.git] / resources / libraries / bash / k8s_setup.sh
index f9f6c61..4128512 100755 (executable)
@@ -29,7 +29,7 @@ do
         varname=$(echo "$line" | cut -d '=' -f 1)
         cfg[$varname]=$(echo "$line" | cut -d '=' -f 2-)
     fi
-done < ${script_dir}/../config/config
+done < ${SCRIPT_DIR}/config/config
 
 trap "k8s_utils.destroy" ERR