mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update 20-folders.sh
This commit is contained in:
@@ -15,8 +15,12 @@ fi
|
|||||||
# DATA_LOCATION #
|
# DATA_LOCATION #
|
||||||
#################
|
#################
|
||||||
|
|
||||||
PUID="$(bashio::config 'PUID')"
|
if bashio::config.has_value "PUID"; then
|
||||||
PGID="$(bashio::config 'PGID')"
|
PUID="$(bashio::config 'PUID')"
|
||||||
|
fi
|
||||||
|
if bashio::config.has_value "PGID"; then
|
||||||
|
PGID="$(bashio::config 'PGID')"
|
||||||
|
fi
|
||||||
|
|
||||||
bashio::log.info "Setting data location"
|
bashio::log.info "Setting data location"
|
||||||
DATA_LOCATION="$(bashio::config 'data_location')"
|
DATA_LOCATION="$(bashio::config 'data_location')"
|
||||||
|
|||||||
Reference in New Issue
Block a user