This commit is contained in:
2025-06-30 13:31:53 -05:00
parent 0773dcb372
commit fe89e56e4a

View File

@@ -393,7 +393,7 @@ print_info "Completed running "$FUNCNAME""
function secharden-wazuh() function secharden-wazuh()
{ {
print_info "Now running "$FUNCNAME"" 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"" print_info "Completed running "$FUNCNAME""
} }
@@ -422,7 +422,7 @@ print_info "Completed running "$FUNCNAME""
function secharden-scap-stig() function secharden-scap-stig()
{ {
print_info "Now running "$FUNCNAME"" 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"" print_info "Completed running "$FUNCNAME""
} }