diff --git a/scripts/init b/scripts/init index f0f048d..b9f5571 100644 --- a/scripts/init +++ b/scripts/init @@ -275,7 +275,7 @@ while true; do if [[ -f "run.sh" ]]; then exec ./run.sh - else if [[ -f $JAR ]]; then + elif [[ -f $JAR ]]; then echo -e "|_______________________________________________________|" echo -e "|##----------------- Server Starting -----------------##|" echo -e "|#| Minecraft Version: $MC_VERSION"