Files
AzerothCore-RealmMaster/stop-containers.sh
2025-10-24 02:39:39 -04: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