mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-11-04 12:28:04 +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"
 | 
					    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"
 | 
					        print_status "$CHRONYD_TEST_STRING" "SUCCESS"
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
        print_status "$CHRONYD_TEST_STRING" "FAIL"
 | 
					        print_status "$CHRONYD_TEST_STRING" "FAIL"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user