cleanup of install and monitoring

This commit is contained in:
Deckard
2025-10-15 00:22:52 -04:00
parent d24da206e2
commit 90a90e40ad
11 changed files with 189 additions and 77 deletions

View File

@@ -294,7 +294,7 @@ main() {
else
echo "Storage options:"
echo "1) ./storage (local directory)"
echo "2) /nfs/containers (NFS mount)"
echo "2) /nfs/azerothcore (NFS mount)"
echo "3) Custom path"
while true; do
@@ -305,7 +305,7 @@ main() {
break
;;
2)
STORAGE_ROOT="/nfs/containers"
STORAGE_ROOT="/nfs/azerothcore"
break
;;
3)
@@ -348,7 +348,7 @@ main() {
# Create directories if requested
if [ "$PRE_CREATE_DIRECTORIES" = true ]; then
print_status "INFO" "Creating storage directories..."
STORAGE_PATH="${STORAGE_ROOT}/azerothcore"
STORAGE_PATH="${STORAGE_ROOT}"
# Create all required directories
DIRECTORIES=(