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