mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 09:07:20 +00:00
cleanup locations, ya know noob friendly
This commit is contained in:
9
scripts/stop-containers.sh
Executable file
9
scripts/stop-containers.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user