From 7713e171c1fb9377c44182c0be08375f720d2ffe Mon Sep 17 00:00:00 2001 From: yojoshb <68751897+yojoshb@users.noreply.github.com> Date: Thu, 11 Apr 2024 20:57:46 -0500 Subject: [PATCH] remove pointless test --- run_bot.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/run_bot.sh b/run_bot.sh index 506da12..604bfbb 100644 --- a/run_bot.sh +++ b/run_bot.sh @@ -9,9 +9,7 @@ if [ $BOT_VERSION == "latest" ]; then fi 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 -fi +wget https://github.com/jagrosh/MusicBot/releases/download/$BOT_VERSION/JMusicBot-$BOT_VERSION.jar echo -e "Starting JMusicBot $BOT_VERSION" java -Dnogui=true -Dconfig=/config/config.txt -jar JMusicBot-$BOT_VERSION.jar