Skip to content

Commit

Permalink
Update 91-qbittorrent_configuration.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Nov 22, 2023
1 parent 5f63f75 commit ce5609e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce5609e

Please sign in to comment.