This commit is contained in:
2025-07-14 12:58:25 -05:00
parent abfaf765e6
commit 0006eefcf1

View File

@@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
##### #########################################
#Core framework functions... #Core framework functions...
##### #########################################
export PROJECT_ROOT_PATH export PROJECT_ROOT_PATH
PROJECT_ROOT_PATH="$(realpath ../../../)" PROJECT_ROOT_PATH="$(realpath ../../../)"
@@ -30,6 +30,10 @@ done
source $KNELShellFrameworkRoot/Framework-ConfigFiles/FrameworkVars source $KNELShellFrameworkRoot/Framework-ConfigFiles/FrameworkVars
#########################################
# Core script code begins here
#########################################
# We don't want to run this on the wazuh server, otherwise bad things happen... # We don't want to run this on the wazuh server, otherwise bad things happen...
export TSYS_NSM_CHECK export TSYS_NSM_CHECK