From 7c5ad7b887adab9a36237cdb3bd68ad6e3d07b00 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:40:30 +0200 Subject: [PATCH] Update 6_server-start.sh --- scripts/6_server-start.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/6_server-start.sh b/scripts/6_server-start.sh index a515ff2..e31ac59 100755 --- a/scripts/6_server-start.sh +++ b/scripts/6_server-start.sh @@ -3,22 +3,22 @@ ########################################################################################## # Apply server realm configuration ########################################################################################## -source ${ROOT_DIR}/helper/update_realm_ip.sh ${REALM_IP} -source ${ROOT_DIR}/helper/update_realm_ip.sh ${REALM_NAME} +source ${ROOT_DIR}/scripts/update_realm_ip.sh ${REALM_IP} +source ${ROOT_DIR}/scripts/update_realm_ip.sh ${REALM_NAME} echo " " ########################################################################################## # Apply ah-bot custom configuration ########################################################################################## -source ${ROOT_DIR}/helper/update_ahbot_config.sh ${AH_BOT_MIN_ITEMS} ${AH_BOT_MAX_ITEMS} +source ${ROOT_DIR}/scripts/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}/helper/clear_playerbots.sh +source ${ROOT_DIR}/scripts/clear_playerbots.sh echo " " @@ -57,6 +57,7 @@ fi echo " " echo "###########################################################################################" echo "## After the above you can use the following commands:" +echo "### install - Install and download the source-code repo's" echo "### update - Updates source-code to latest version" echo "### build - Builds the server based on source-code" echo "### compile - Compiles the code based on the build server"