fix: typo in audit script

This commit is contained in:
qoijjj
2024-08-20 18:43:21 -07:00
committed by GitHub
parent 96a06bf712
commit 7ff130f248

View File

@@ -413,7 +413,7 @@ audit-secureblue:
CHRONYD_TEST_STRING="Ensuring chronyd is active"
if systemctl is-active --quiet usbguard; then
if systemctl is-active --quiet chronyd; then
print_status "$CHRONYD_TEST_STRING" "SUCCESS"
else
print_status "$CHRONYD_TEST_STRING" "FAIL"