gtnh-server-docker/startserver.sh
2024-05-06 18:48:02 +03:00

6 lines
148 B
Bash
Executable File

#!/bin/sh
if /app/prepare_environment.sh; then
exec java -Xms6G -Xmx6G -Dfml.readTimeout=180 -Dfml.queryResult=confirm @java9args.txt nogui
fi