mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 08:37:17 +00:00
Update 0_variables.sh
This commit is contained in:
@@ -10,7 +10,7 @@ AH_BOT_MIN_ITEMS="15000"
|
|||||||
AH_BOT_MAX_ITEMS="20000"
|
AH_BOT_MAX_ITEMS="20000"
|
||||||
|
|
||||||
##########################################################################################
|
##########################################################################################
|
||||||
# Server and project internal variables
|
# INTERNAL CONFIGS
|
||||||
# https://github.com/azerothcore/azerothcore-wotlk/blob/master/conf/dist
|
# https://github.com/azerothcore/azerothcore-wotlk/blob/master/conf/dist
|
||||||
##########################################################################################
|
##########################################################################################
|
||||||
AUTHSERVER="${ROOT_DIR}/_server/azerothcore/acore.sh run-authserver"
|
AUTHSERVER="${ROOT_DIR}/_server/azerothcore/acore.sh run-authserver"
|
||||||
@@ -23,9 +23,15 @@ MYSQL_PASSWORD="acore"
|
|||||||
MYSQL_DATABASE="acore_auth"
|
MYSQL_DATABASE="acore_auth"
|
||||||
DATAPATH="${ROOT_DIR}/_server/azerothcore/env/dist/bin"
|
DATAPATH="${ROOT_DIR}/_server/azerothcore/env/dist/bin"
|
||||||
|
|
||||||
##########################################################################################
|
#----------------------------------------------------------------------------------------
|
||||||
|
# add chmod rights
|
||||||
|
#----------------------------------------------------------------------------------------
|
||||||
|
sudo chmod +x ${ROOT_DIR}/*.sh
|
||||||
|
sudo chmod +x ${ROOT_DIR}/helper/*.sh
|
||||||
|
|
||||||
|
#----------------------------------------------------------------------------------------
|
||||||
# Configure bash with variables above and alias
|
# Configure bash with variables above and alias
|
||||||
##########################################################################################
|
#----------------------------------------------------------------------------------------
|
||||||
if grep -R "bash_wow" ~/.bashrc
|
if grep -R "bash_wow" ~/.bashrc
|
||||||
then
|
then
|
||||||
echo "bash_wow exists";
|
echo "bash_wow exists";
|
||||||
|
|||||||
Reference in New Issue
Block a user