Update 6_server-start.sh

This commit is contained in:
bashermens
2026-01-10 20:25:38 +01:00
committed by GitHub
parent 036e0bf4c0
commit 72b4a45763

View File

@@ -75,7 +75,6 @@ AUTH_CMD="${SERVER_ROOT}/acore.sh run-authserver"
if [[ $DEBUG_MODE -eq 1 ]]; then if [[ $DEBUG_MODE -eq 1 ]]; then
echo "DEBUG MODE: Running worldserver under GDB" echo "DEBUG MODE: Running worldserver under GDB"
WORLD_CMD="$RUN_ENGINE restart worldserver \ WORLD_CMD="$RUN_ENGINE restart worldserver \
--bin-path ${SERVER_ROOT}/env/dist/bin \
--server-config ${SERVER_ROOT}/conf/worldserver.conf \ --server-config ${SERVER_ROOT}/conf/worldserver.conf \
--session-manager tmux \ --session-manager tmux \
--gdb-enabled 1 \ --gdb-enabled 1 \
@@ -83,7 +82,6 @@ if [[ $DEBUG_MODE -eq 1 ]]; then
--crashes-path $CRASHES_PATH" --crashes-path $CRASHES_PATH"
else else
WORLD_CMD="$RUN_ENGINE restart worldserver \ WORLD_CMD="$RUN_ENGINE restart worldserver \
--bin-path ${SERVER_ROOT}/env/dist/bin \
--server-config ${SERVER_ROOT}/conf/worldserver.conf \ --server-config ${SERVER_ROOT}/conf/worldserver.conf \
--session-manager tmux \ --session-manager tmux \
--logs-path $LOGS_PATH \ --logs-path $LOGS_PATH \