mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-07 16:49:07 +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
|
do
|
||||||
rm -rf com/
|
rm -rf com/
|
||||||
cp -r ../CompiledServer/production/2006rebotted/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
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user