mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-02 07:10:53 +02:00
Update 91-qbittorrent_configuration.sh
This commit is contained in:
@@ -123,9 +123,9 @@ rm -f -r /webui
|
|||||||
mkdir -p /webui
|
mkdir -p /webui
|
||||||
chown abc:abc /webui
|
chown abc:abc /webui
|
||||||
|
|
||||||
|
CUSTOMUI=$(bashio::config 'customUI')
|
||||||
if bashio::config.has_value 'customUI' && [ ! "$CUSTOMUI" = default ]; then
|
if bashio::config.has_value 'customUI' && [ ! "$CUSTOMUI" = default ]; then
|
||||||
### Variables
|
### Variables
|
||||||
CUSTOMUI=$(bashio::config 'customUI')
|
|
||||||
bashio::log.info "Alternate UI enabled : $CUSTOMUI. If webui don't work, disable this option"
|
bashio::log.info "Alternate UI enabled : $CUSTOMUI. If webui don't work, disable this option"
|
||||||
|
|
||||||
### Download WebUI
|
### Download WebUI
|
||||||
|
|||||||
Reference in New Issue
Block a user