From e7ed1d3ec34ebcae23a8efd7238cd1b412c32bc9 Mon Sep 17 00:00:00 2001 From: Anthony Di Pietro Date: Sat, 11 Oct 2025 05:54:37 +0000 Subject: [PATCH] Update tests_filesystems --- include/tests_filesystems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_filesystems b/include/tests_filesystems index 7b2031db..4397010b 100644 --- a/include/tests_filesystems +++ b/include/tests_filesystems @@ -305,7 +305,7 @@ if [ ${FOUND} -eq 1 ]; then Display --indent 2 --text "- Query swap partitions (fstab)" --result "${STATUS_OK}" --color GREEN else - Display --indent 2 --text "- Query swap partitions (fstab)" --result "${STATUS_NONE}" --color YELLOW + Display --indent 2 --text "- Query swap partitions (fstab)" --result "${STATUS_NONE}" --color WHITE LogText "Result: no swap partitions found in /etc/fstab" fi fi