Update 91-qbittorrent_configuration.sh

This commit is contained in:
Alexandre
2023-11-22 20:17:03 +01:00
committed by GitHub
parent 5f63f75a8a
commit ce5609e8e2

View File

@@ -163,7 +163,7 @@ if [ ! "$CUSTOMUI" = custom ]; then
fi
# Clean data if not custom
if [ ! "$CUSTOMUI" = default ]; then
if [ "$CUSTOMUI" = default ]; then
bashio::log.warning "Default Webui selected ! It will not work for ingress, which will stay with vuetorrent"
sed -i '/AlternativeUIEnabled/d' qBittorrent.conf
sed -i '/RootFolder/d' qBittorrent.conf