Refactor storage directory structure and update scripts for consistency

This commit is contained in:
2026-02-26 19:50:13 +01:00
parent 27fb1a6211
commit 1aa97dc00b
5 changed files with 33 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
AZURITE_DIR="storage/azurite"
AZURITE_DIR="storage"
if [[ ! -d "$AZURITE_DIR" ]]; then
echo "No accounts found"