updates setup language

This commit is contained in:
uprightbass360
2025-12-27 17:05:10 -05:00
parent 63b0a4ba5d
commit b7d55976cd

View File

@@ -3,9 +3,9 @@ set -e
clear clear
# ============================================== # ==============================================
# azerothcore-rm - Interactive .env generator # AzerothCore-RealmMaster - Interactive .env generator
# ============================================== # ==============================================
# Mirrors options from scripts/setup-server.sh but targets azerothcore-rm/.env # Mirrors options from scripts/setup-server.sh but targets .env
# Get script directory for template reading # Get script directory for template reading
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
@@ -597,7 +597,7 @@ main(){
Usage: ./setup.sh [options] Usage: ./setup.sh [options]
Description: Description:
Interactive wizard that generates azerothcore-rm/.env for the Interactive wizard that generates .env for the
profiles-based compose. Prompts for deployment type, ports, storage, profiles-based compose. Prompts for deployment type, ports, storage,
MySQL credentials, backup retention, and module presets or manual MySQL credentials, backup retention, and module presets or manual
toggles. toggles.
@@ -815,7 +815,7 @@ EOF
fi fi
show_wow_header show_wow_header
say INFO "This will create azerothcore-rm/.env for compose profiles." say INFO "This will create .env for compose profiles."
# Deployment type # Deployment type
say HEADER "DEPLOYMENT TYPE" say HEADER "DEPLOYMENT TYPE"
@@ -1617,7 +1617,7 @@ fi
{ {
cat <<EOF cat <<EOF
# Generated by azerothcore-rm/setup.sh # Generated by setup.sh
# Compose overrides (set to 1 to include matching file under compose-overrides/) # Compose overrides (set to 1 to include matching file under compose-overrides/)
# mysql-expose.yml -> exposes MySQL externally via COMPOSE_OVERRIDE_MYSQL_EXPOSE_ENABLED # mysql-expose.yml -> exposes MySQL externally via COMPOSE_OVERRIDE_MYSQL_EXPOSE_ENABLED