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