mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-25 08:46:03 +02:00
Update 91-qbittorrent_configuration.sh
This commit is contained in:
@@ -135,6 +135,13 @@ if bashio::config.has_value 'Username'; then
|
|||||||
#add data
|
#add data
|
||||||
sed -i "$LINE i\WebUI\\\Username=$USERNAME" qBittorrent.conf
|
sed -i "$LINE i\WebUI\\\Username=$USERNAME" qBittorrent.conf
|
||||||
bashio::log.info "WEBUI username set to $USERNAME"
|
bashio::log.info "WEBUI username set to $USERNAME"
|
||||||
|
else
|
||||||
|
if ! grep -q Username qBittorrent.conf; then
|
||||||
|
sed -i "$LINE i\WebUI\\\Username=admin" qBittorrent.conf
|
||||||
|
fi
|
||||||
|
if ! grep -q Password_PBKDF2 qBittorrent.conf; then
|
||||||
|
sed -i "$LINE i\WebUI\\Password_PBKDF2=\"@ByteArray(cps93Gf8ma8EM3QRon+spg==:wYFoMNVmdiqzWYQ6mFrvET+RRbBSIPVfXFFeEy0ZEagxvNuEF7uGVnG5iq8oeu38kGLtmJqCM2w8cTdtORDP2A==)\"" qBittorrent.conf
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
################
|
################
|
||||||
|
|||||||
Reference in New Issue
Block a user