From 527dd5b4e7c054ddd93202048220b15a8c90dc05 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Wed, 23 Jul 2025 11:33:14 -0400 Subject: [PATCH] this is what happens when you push a hack --- scripts/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init b/scripts/init index 826539b..f0f048d 100644 --- a/scripts/init +++ b/scripts/init @@ -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 -----------------##|"