From 486a150e5e99e2bf80b790d4804ec87e59bd0426 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 30 Jun 2025 13:41:03 -0500 Subject: [PATCH] oops --- ProjectCode/SetupNewSystem.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProjectCode/SetupNewSystem.sh b/ProjectCode/SetupNewSystem.sh index e7bceed..2f4557f 100644 --- a/ProjectCode/SetupNewSystem.sh +++ b/ProjectCode/SetupNewSystem.sh @@ -389,7 +389,7 @@ print_info "Completed running "$FUNCNAME"" function secharden-wazuh() { print_info "Now running "$FUNCNAME"" -bash ../Modules/Security/secharden-wazuh.sh +bash ./Modules/Security/secharden-wazuh.sh print_info "Completed running "$FUNCNAME"" } @@ -418,7 +418,7 @@ print_info "Completed running "$FUNCNAME"" function secharden-scap-stig() { print_info "Now running "$FUNCNAME"" -bash ../Modules/Security/secharden-scap-stig.sh +bash ./Modules/Security/secharden-scap-stig.sh print_info "Completed running "$FUNCNAME"" }