Github bot : script beautyshied

This commit is contained in:
github-actions
2022-09-04 00:14:19 +00:00
parent 5bbfeaccfd
commit 9315a60016
4 changed files with 12 additions and 12 deletions

View File

@@ -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

View File

@@ -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"