Files
AzerothCore-RealmMaster/scripts/stop-containers.sh
2025-11-03 20:54:20 -05:00

10 lines
221 B
Bash
Executable File

#!/bin/bash
# Thin wrapper to stop all AzerothCore project containers while preserving data.
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "${SCRIPT_DIR}/cleanup.sh" --soft --force