From 59b417705e7bea86b64eb38d2d4f91d18627c247 Mon Sep 17 00:00:00 2001 From: Matthew Momjian <50788000+mmomjian@users.noreply.github.com> Date: Sat, 29 Nov 2025 11:02:42 -0500 Subject: [PATCH] Fix typo in warning message for read-only mode --- .../entrypoint.d/95-appliance-integrity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/production-filesystem/entrypoint.d/95-appliance-integrity.sh b/install/production-filesystem/entrypoint.d/95-appliance-integrity.sh index a570750a..3a234c68 100755 --- a/install/production-filesystem/entrypoint.d/95-appliance-integrity.sh +++ b/install/production-filesystem/entrypoint.d/95-appliance-integrity.sh @@ -14,7 +14,7 @@ if ! awk '$2 == "/" && $4 ~ /ro/ {found=1} END {exit !found}' /proc/mounts; then ══════════════════════════════════════════════════════════════════════════════ ⚠️ Warning: Container is running as read-write, not in read-only mode. - Please mount the root filesystem as --read-only or use read-only: true + Please mount the root filesystem as --read-only or use read_only: true https://github.com/jokob-sk/NetAlertX/blob/main/docs/docker-troubleshooting/read-only-filesystem.md ══════════════════════════════════════════════════════════════════════════════ EOF