From 1584d75e5fdc3497e127c06f108ca9f3c916af86 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Tue, 13 Aug 2024 22:03:46 +0200 Subject: [PATCH] Update 6_server-start.sh --- script/6_server-start.sh | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/script/6_server-start.sh b/script/6_server-start.sh index 2d3682d..35a75b7 100755 --- a/script/6_server-start.sh +++ b/script/6_server-start.sh @@ -1,27 +1,5 @@ #!/bin/bash -########################################################################################## -# Apply server realm configuration -########################################################################################## -source ${ROOT_DIR}/script/update_realm_ip.sh ${REALM_IP} -source ${ROOT_DIR}/script/update_realm_name.sh ${REALM_NAME} -echo " " - - -########################################################################################## -# Apply ah-bot custom configuration -########################################################################################## -source ${ROOT_DIR}/script/update_ahbot_config.sh ${AH_BOT_MIN_ITEMS} ${AH_BOT_MAX_ITEMS} -echo " " - - -########################################################################################## -# Clear playerbots account and characters (enforces performance and bot levels balance) -########################################################################################## -source ${ROOT_DIR}/script/clear_playerbots.sh -echo " " - - ########################################################################################## # handle the tmux sessions ##########################################################################################