Files
AzerothCore-RealmMaster/scripts/bash/stop-containers.sh
2025-11-09 02:49:26 -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