diff --git a/scripts/run_jmusicbot.sh b/scripts/run_jmusicbot.sh index 70a6874fe..03b284d69 100644 --- a/scripts/run_jmusicbot.sh +++ b/scripts/run_jmusicbot.sh @@ -9,7 +9,7 @@ DOWNLOAD=true LOOP=true download() { - if [ $DOWNLOAD == true ]; then + if [ $DOWNLOAD = true ]; then URL=$(curl -s https://api.github.com/repos/jagrosh/MusicBot/releases/latest \ | grep -i browser_download_url.*\.jar \ | sed 's/.*\(http.*\)"/\1/')