From 80dd0212172567b3ae4cd0945176bf7da77f0608 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Tue, 1 Jul 2025 20:00:53 -0500 Subject: [PATCH] found a bug --- .vscode/settings.json | 6 ++++++ ProjectCode/Modules/Security/secharden-scap-stig.sh | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..f21fa2b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "debug.javascript.defaultRuntimeExecutable": { + "pwa-node": "/home/localuser/.local/share/mise/shims/node" + }, + "python.defaultInterpreterPath": "/home/localuser/.local/share/mise/installs/python/3.11.13/bin/python" +} \ No newline at end of file diff --git a/ProjectCode/Modules/Security/secharden-scap-stig.sh b/ProjectCode/Modules/Security/secharden-scap-stig.sh index d786811..e8a8a4b 100644 --- a/ProjectCode/Modules/Security/secharden-scap-stig.sh +++ b/ProjectCode/Modules/Security/secharden-scap-stig.sh @@ -26,14 +26,12 @@ done unset IFS -if [[ ProjectIncludes = 1 ]]; then ProjectIncludeFiles="$(ls -1 --color=none $PROJECT_INCLUDES_FULL_PATH/*)" IFS=$'\n\t' for file in ${ProjectIncludeFiles[@]}; do . "$file" done unset IFS -fi # Actual script logic starts here