From 1e313183ff972c467163077aefb14f7f8249d1ae Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:09:26 +0200 Subject: [PATCH] Update menu.sh --- menu.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/menu.sh b/menu.sh index 422b3f2..6c8e1f8 100755 --- a/menu.sh +++ b/menu.sh @@ -4,10 +4,9 @@ export ROOT_DIR="$(cd -P -- "$(dirname -- "$0")" && pwd -P)" ########################################################################################## # USER CONFIG ########################################################################################## -export REALM_IP="192.168.178.185" -export REALM_NAME="azerothcore.org" -export AH_BOT_MIN_ITEMS="25000" -export AH_BOT_MAX_ITEMS="30000" +set -a # export all variables created next +source USER.ENV +set +a # stop exporting ########################################################################################## # INTERNAL CONFIG