mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-16 14:49:10 +02:00
Update 20-folders.sh
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user