From 7ff130f2483d4a5ab7b8c4bf7ab044651b5fee72 Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:43:21 -0700 Subject: [PATCH] fix: typo in audit script --- files/system/usr/share/ublue-os/just/60-custom.just | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/system/usr/share/ublue-os/just/60-custom.just b/files/system/usr/share/ublue-os/just/60-custom.just index d000451..887ac4f 100644 --- a/files/system/usr/share/ublue-os/just/60-custom.just +++ b/files/system/usr/share/ublue-os/just/60-custom.just @@ -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"