This commit is contained in:
2025-07-14 12:53:41 -05:00
parent 93cea874a8
commit 1f2bd31380
2 changed files with 13 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ PROJECT_ROOT_PATH="$(realpath ../../../)"
#Framework variables are read from hee
export GIT_VENDOR_PATH_ROOT
GIT_VENDOR_PATH_ROOT="$PROJECT_ROOT_PATH/vendor/git@git.knownelement.com/29418/"
@@ -25,6 +26,9 @@ for project_include_file in ../../../Project-Includes/*; do
source "$project_include_file"
done
#Framework variables are read from hee
source $KNELShellFrameworkRoot/Framework-ConfigFiles/FrameworkVars
# We don't want to run this on the wazuh server, otherwise bad things happen...