remove pointless test
This commit is contained in:
parent
fdc547ed03
commit
7713e171c1
1 changed files with 1 additions and 3 deletions
|
|
@ -9,9 +9,7 @@ if [ $BOT_VERSION == "latest" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "Downloading JMusicBot $BOT_VERSION"
|
echo -e "Downloading JMusicBot $BOT_VERSION"
|
||||||
if [ ! -f JMusicBot-$BOT_VERSION.jar ]; then
|
wget https://github.com/jagrosh/MusicBot/releases/download/$BOT_VERSION/JMusicBot-$BOT_VERSION.jar
|
||||||
wget https://github.com/jagrosh/MusicBot/releases/download/$BOT_VERSION/JMusicBot-$BOT_VERSION.jar
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo -e "Starting JMusicBot $BOT_VERSION"
|
echo -e "Starting JMusicBot $BOT_VERSION"
|
||||||
java -Dnogui=true -Dconfig=/config/config.txt -jar JMusicBot-$BOT_VERSION.jar
|
java -Dnogui=true -Dconfig=/config/config.txt -jar JMusicBot-$BOT_VERSION.jar
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue