THIS IS THE LAST TIME, YOU HEAR ME?
All checks were successful
Docker Build and Push / build (push) Successful in 1m5s

This commit is contained in:
2025-07-23 11:35:35 -04:00
parent 527dd5b4e7
commit 2223ea9969

View File

@ -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"