mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-02-16 00:26:07 +00:00
automation tweaks
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
# Export auth and character databases to ExportBackup_<timestamp>/
|
||||
set -euo pipefail
|
||||
|
||||
MYSQL_PW="${MYSQL_ROOT_PASSWORD:-azerothcore123}"
|
||||
DB_AUTH="${DB_AUTH_NAME:-acore_auth}"
|
||||
DB_CHAR="${DB_CHARACTERS_NAME:-acore_characters}"
|
||||
MYSQL_PW="${MYSQL_ROOT_PASSWORD}"
|
||||
DB_AUTH="${DB_AUTH_NAME}"
|
||||
DB_CHAR="${DB_CHARACTERS_NAME}"
|
||||
|
||||
usage(){
|
||||
cat <<EOF
|
||||
|
||||
Reference in New Issue
Block a user