diff --git a/ProjectCode/Modules/Security/secharden-scap-stig.sh b/ProjectCode/Modules/Security/secharden-scap-stig.sh index 0179c11..6bce1f6 100644 --- a/ProjectCode/Modules/Security/secharden-scap-stig.sh +++ b/ProjectCode/Modules/Security/secharden-scap-stig.sh @@ -21,7 +21,7 @@ for framework_include_file in $KNELShellFrameworkRoot/Framework-Includes/*; do source "$framework_include_file" done -for project_include_file in ../Project-Includes/*; do +for project_include_file in ../../../Project-Includes/*; do source "$project_include_file" done diff --git a/ProjectCode/Modules/Security/secharden-ssh.sh b/ProjectCode/Modules/Security/secharden-ssh.sh index 028f4dc..a68f630 100644 --- a/ProjectCode/Modules/Security/secharden-ssh.sh +++ b/ProjectCode/Modules/Security/secharden-ssh.sh @@ -18,11 +18,11 @@ KNELShellFrameworkRoot="$GIT_VENDOR_PATH_ROOT/KNEL/KNELShellFramework" source $KNELShellFrameworkRoot/Framework-ConfigFiles/FrameworkVars -for framework_include_file in $KNELShellFrameworkRoot/framework-includes/*; do +for framework_include_file in $KNELShellFrameworkRoot/Framework-Includes/*; do source "$framework_include_file" done -for project_include_file in ../Project-Includes/*; do +for project_include_file in ../../../Project-Includes/*; do source "$project_include_file" done diff --git a/ProjectCode/Modules/Security/secharden-wazuh.sh b/ProjectCode/Modules/Security/secharden-wazuh.sh index 6b5c303..7a2b65c 100644 --- a/ProjectCode/Modules/Security/secharden-wazuh.sh +++ b/ProjectCode/Modules/Security/secharden-wazuh.sh @@ -21,7 +21,7 @@ for framework_include_file in $KNELShellFrameworkRoot/Framework-Includes/*; do source "$framework_include_file" done -for project_include_file in ../Project-Includes/*; do +for project_include_file in ../../../Project-Includes/*; do source "$project_include_file" done