From 2118660541005b4481745180cbecbc5449e4e67e Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sat, 10 Jan 2026 22:32:36 +0100 Subject: [PATCH] Update 6_server-start.sh --- script/6_server-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/6_server-start.sh b/script/6_server-start.sh index c4cefae..70ac5cc 100755 --- a/script/6_server-start.sh +++ b/script/6_server-start.sh @@ -83,7 +83,7 @@ if [[ $DEBUG_MODE -eq 1 ]]; then -ex \"set logging enabled on\" \ -ex \"set pagination off\" \ -ex \"set confirm off\" \ - -ex \"run -c etc/worldserver.conf\" \ + -ex \"run -c ../etc/worldserver.conf\" \ -ex \"bt full\" \ -ex \"info threads\" \ -ex \"thread apply all bt full\" \