mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
Tee output so we can see if there's a server crash
This commit is contained in:
@@ -4,5 +4,5 @@ for i in {0..50}
|
||||
do
|
||||
rm -rf com/
|
||||
cp -r ../CompiledServer/production/2006rebotted/com .
|
||||
java -Xmx15G -cp ".:./libs/*" com.rebotted.GameEngine
|
||||
java -Xmx15G -cp ".:./libs/*" com.rebotted.GameEngine | tee -a server_running_output.txt
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user