mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-01 19:07:52 +00:00
fix: typo in audit script
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user