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