this is what happens when you push a hack
All checks were successful
Docker Build and Push / build (push) Successful in 1m1s

This commit is contained in:
2025-07-23 11:33:14 -04:00
parent 4c155584af
commit 527dd5b4e7

View File

@ -274,7 +274,7 @@ while true; do
if [[ ! -f "server.properties" ]]; then touch "server.properties"; fi
if [[ -f "run.sh" ]]; then
exec run.sh
exec ./run.sh
else if [[ -f $JAR ]]; then
echo -e "|_______________________________________________________|"
echo -e "|##----------------- Server Starting -----------------##|"