mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update 91-configuration.sh
This commit is contained in:
@@ -106,7 +106,7 @@ if bashio::config.has_value 'customUI'; then
|
||||
|
||||
### Install WebUI
|
||||
mkdir -p /data/webui/$CUSTOMUI
|
||||
unzip -u -q /data/webui/release.zip -d /data/webui/$CUSTOMUI
|
||||
unzip -q /data/webui/release.zip -d /data/webui/$CUSTOMUI
|
||||
rm /data/webui/*.zip
|
||||
CUSTOMUIDIR="$(dirname "$(find /data/webui/$CUSTOMUI -iname "public" -type d)")"
|
||||
sed -i "$LINE i\WebUI\\\AlternativeUIEnabled=true" /config/qBittorrent/qBittorrent.conf
|
||||
|
||||
Reference in New Issue
Block a user