From 51ccd0e4906806b57879c1b2dc40f1f5584b3591 Mon Sep 17 00:00:00 2001 From: Tulis12 Date: Tue, 26 May 2026 19:53:49 +0200 Subject: [PATCH] fix: need to add the env back to nitrox --- run-nitrox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-nitrox.sh b/run-nitrox.sh index 3c3d0b6..c26ce8e 100755 --- a/run-nitrox.sh +++ b/run-nitrox.sh @@ -18,4 +18,4 @@ done # Start the server executable echo "Starting the Nitrox server..." cd /config -exec ./Nitrox.Server.Subnautica --save "${SUBNAUTICA_SAVE:-"My World"}" # Got this from Procesmon, this works +SUBNAUTICA_INSTALLATION_PATH="$(cat /path.txt)" exec ./Nitrox.Server.Subnautica --save "${SUBNAUTICA_SAVE:-"My World"}" # Got this from Procesmon, this works