removed server command to make this file more generic

master
Jan Danielzick 2021-10-09 23:16:01 +02:00
parent 22619c2982
commit 497dc471d0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
COMMAND="/usr/lib/jvm/adoptopenjdk-16-hotspot-jre-amd64/bin/java -Xmx8G @libraries/net/minecraftforge/forge/1.17.1-37.0.59/unix_args.txt nogui"
COMMAND="echo Put server command here."
echo "Starting Server with command \"$COMMAND\" in $PWD"
$COMMAND