diff --git a/lib/system-detect.sh b/lib/system-detect.sh index 745b606..e846673 100755 --- a/lib/system-detect.sh +++ b/lib/system-detect.sh @@ -322,7 +322,7 @@ detect_firewall() { print_success "Detected CSF ${SYS_FIREWALL_VERSION} (active)" else SYS_FIREWALL_ACTIVE="no" - print_warning "Detected CSF ${SYS_FIREWALL_VERSION} (inactive)" + print_info "Detected CSF ${SYS_FIREWALL_VERSION}" fi export SYS_CSF_ACTIVE="${SYS_FIREWALL_ACTIVE}" return 0