From fe89e56e4abaf9788023ae70d5540da2954a86a8 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 30 Jun 2025 13:31:53 -0500 Subject: [PATCH] . --- ProjectCode/SetupNewSystem.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProjectCode/SetupNewSystem.sh b/ProjectCode/SetupNewSystem.sh index c881899..f1e294b 100644 --- a/ProjectCode/SetupNewSystem.sh +++ b/ProjectCode/SetupNewSystem.sh @@ -393,7 +393,7 @@ print_info "Completed running "$FUNCNAME"" function secharden-wazuh() { print_info "Now running "$FUNCNAME"" -curl --silent ${DL_ROOT}/Modules/Security/secharden-wazuh.sh|$(which bash) +bash ../Modules/Security/secharden-wazuh.sh print_info "Completed running "$FUNCNAME"" } @@ -422,7 +422,7 @@ print_info "Completed running "$FUNCNAME"" function secharden-scap-stig() { print_info "Now running "$FUNCNAME"" -curl --silent ${DL_ROOT}/Modules/Security/secharden-scap-stig.sh|$(which bash) +bash ../Modules/Security/secharden-scap-stig.sh print_info "Completed running "$FUNCNAME"" }