Update 6_server-start.sh

This commit is contained in:
bashermens
2026-01-10 21:47:18 +01:00
committed by GitHub
parent c4efbde132
commit 12f01fcebc

View File

@@ -83,6 +83,9 @@ if [[ $DEBUG_MODE -eq 1 ]]; then
-ex \"thread apply all bt full\" \
--args $ROOT/_server/azerothcore/env/dist/bin/worldserver"
else
# Export environment variables inside tmux
tmux send-keys -t "$session_name" "export LOGS_PATH=$LOGS_PATH; export CRASHES_PATH=$CRASHES_PATH" C-m
# via acore.sh for auto-restart
WORLD_CMD="$ROOT/_server/azerothcore/acore.sh run-worldserver"
fi