From 9878a9f915cd4d615a00940f1349c156b3b03d73 Mon Sep 17 00:00:00 2001 From: 007N Date: Wed, 30 Jul 2014 15:43:39 +0200 Subject: [PATCH] Update start_server.sh Deleted the say command; Added a line for the errors: when java creates the needed files; --- start_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_server.sh b/start_server.sh index fc6de88..d7c808c 100755 --- a/start_server.sh +++ b/start_server.sh @@ -45,7 +45,6 @@ function run_server() { clear echo ">> Lancement du serveur Minecraft en cours..." clear - say "Minecraft is up and running !" java -Xms2G -Xmx2G -jar minecraft_server.jar -o --nogui echo ">> ArrĂȘt du serveur fini. " } @@ -66,6 +65,7 @@ else echo ">> * You will need to provide your server icon." echo ">> * You will need to accept the EULA for the server to run." echo ">> * The script deletes the logs and the backups made on the previous run, for space." + echo ">> * The first time, you will encounter errors. Once the EULA are accepted, run the script again, it should fix most of them." echo ">> * You can skip this part as of now by strating the script with the -k argument." read -p "Press [Enter] key to start the script..." fi