Update 99-config.sh

This commit is contained in:
Alexandre
2022-10-09 11:42:28 +02:00
committed by GitHub
parent d2bc03ae6d
commit bc7d815c62

View File

@@ -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