Update 20-folders.sh

This commit is contained in:
Alexandre
2026-07-07 10:08:37 +02:00
committed by GitHub
parent 5c12288d68
commit 3bf20b4c5a

View File

@@ -8,7 +8,7 @@ PUID=$(bashio::config "PUID")
PGID=$(bashio::config "PGID") PGID=$(bashio::config "PGID")
# Check data location # Check data location
LOCATION=$(bashio::config 'data_location') LOCATION=""
if [[ "$LOCATION" = "null" || -z "$LOCATION" ]]; then if [[ "$LOCATION" = "null" || -z "$LOCATION" ]]; then
LOCATION="/config/data" LOCATION="/config/data"