From 3dc8b79ecd20cb53c373bf0ff6a3bcafba313e64 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 2 Mar 2025 15:41:18 -0700 Subject: [PATCH] mineos: Correct format of jail property --- mineos/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mineos/README.md b/mineos/README.md index 8b0aa04..b022f71 100644 --- a/mineos/README.md +++ b/mineos/README.md @@ -30,5 +30,5 @@ JAVA_VERSION - `/var/games/minecraft` - data directory ## Jail Properties -- mount_procfs=1 -- mount_linprocfs=1 +- mount.procfs=1 +- mount.linprocfs=1