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