gtnh-server-docker/startserver.sh

6 lines
148 B
Bash
Raw Normal View History

2023-11-24 11:03:35 +00:00
#!/bin/sh
2024-05-06 15:48:02 +00:00
if /app/prepare_environment.sh; then
exec java -Xms6G -Xmx6G -Dfml.readTimeout=180 -Dfml.queryResult=confirm @java9args.txt nogui
fi