move sentenel files to local-storage

This commit is contained in:
uprightbass360
2025-10-28 18:16:24 -04:00
parent 7d012a52d0
commit 9b2f4e2629
8 changed files with 45 additions and 211 deletions

View File

@@ -98,7 +98,7 @@ read_env_value(){
handle_auto_rebuild(){
local storage_path
storage_path="$(read_env_value STORAGE_PATH "./storage")"
storage_path="$(read_env_value STORAGE_PATH_LOCAL "./local-storage")"
if [[ "$storage_path" != /* ]]; then
storage_path="$(dirname "$COMPOSE_FILE")/$storage_path"
fi