mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-30 19:26:07 +02:00
Github bot : script beautyshied
This commit is contained in:
@@ -10,7 +10,7 @@ mkdir -p /config/qBittorrent
|
||||
|
||||
# copy default config
|
||||
if [ ! -f /config/qBittorrent/qBittorrent.conf ]; then
|
||||
cp /defaults/qBittorrent.conf /config/qBittorrent/qBittorrent.conf
|
||||
cp /defaults/qBittorrent.conf /config/qBittorrent/qBittorrent.conf
|
||||
fi
|
||||
|
||||
cd /config/qBittorrent/ || true
|
||||
|
||||
@@ -110,7 +110,7 @@ else
|
||||
|
||||
# Ensure no redirection by removing the direction tag
|
||||
if [ -f "$QBT_CONFIG_FILE" ]; then
|
||||
sed -i '/Interface/d' "$QBT_CONFIG_FILE"
|
||||
sed -i '/Interface/d' "$QBT_CONFIG_FILE"
|
||||
fi
|
||||
bashio::log.info "Direct connection without VPN enabled"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user