mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 05:14:04 +02:00
Update 99-config.sh
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#!/usr/bin/bashio
|
#!/usr/bin/bashio
|
||||||
|
|
||||||
# Set user
|
# Set user
|
||||||
if bashio::config.has_value 'PUID'; then PUID = "$(bashio::config 'PUID')"; fi
|
if bashio::config.has_value 'PUID'; then PUID="$(bashio::config 'PUID')"; fi
|
||||||
if bashio::config.has_value 'PGID'; then PGID = "$(bashio::config 'PGID')"; fi
|
if bashio::config.has_value 'PGID'; then PGID="$(bashio::config 'PGID')"; fi
|
||||||
|
|
||||||
# Enable watch folder
|
# Enable watch folder
|
||||||
if bashio::config.has_value "watch_path"; then
|
if bashio::config.has_value "watch_path"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user