Files
AzerothCore-RealmMaster/start-containers.sh
2025-10-24 02:39:39 -04:00

11 lines
317 B
Bash
Executable File

#!/bin/bash
# Thin wrapper to bring the AzerothCore stack online without triggering rebuilds.
# Reuses deploy.sh so all profile detection and tagging logic stay consistent.
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "${SCRIPT_DIR}/deploy.sh" --skip-rebuild --yes --no-watch