Update start_server.sh

Changed the default icon location to github, and the sleep time at the start of the script.
This commit is contained in:
007N 2014-07-30 15:36:39 +02:00
parent 36a3896c66
commit 06600f9019
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ echo ">> (c) 2014 N07070 - Licenced under GPL 3.0"
echo ">> * Please contact @_007N_ on twitter for bug report."
echo ">> If you need help, type ./start_server.sh -h "
echo "======================================================"
sleep 1.3
sleep 2
clear
#This function runs to check if the directory has everything the server needs.
@ -23,7 +23,7 @@ function first_run() {
echo -e ">> I'm done making the backup directory. \a"
wget --progress=bar https://s3.amazonaws.com/Minecraft.Download/versions/1.7.10/minecraft_server.1.7.10.jar -O minecraft_server.jar
echo -e ">> I'm done downloading the server .jar . \a"
wget http://www.rw-designer.com/icon-image/5547-64x64x8.png -O server-icon.png
wget https://raw.githubusercontent.com/007N/Minecraft-Startup-Script/master/server-icon.png -O server-icon.png
echo -e ">> I'm done downloading the server icon. \a"
clear
fi
@ -70,4 +70,4 @@ else
read -p "Press [Enter] key to start the script..."
fi
run_server
run_server