6 lines
148 B
Bash
Executable File
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
|