mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-29 13:03:08 +00:00
qBittorrent fix config file (#3150)
This commit is contained in:
parent
ee9a5e0f51
commit
f8f03dbced
@ -23,6 +23,9 @@ msg_info "Installing qbittorrent-nox"
|
|||||||
$STD apt-get install -y qbittorrent-nox
|
$STD apt-get install -y qbittorrent-nox
|
||||||
mkdir -p /.config/qBittorrent/
|
mkdir -p /.config/qBittorrent/
|
||||||
cat <<EOF >/.config/qBittorrent/qBittorrent.conf
|
cat <<EOF >/.config/qBittorrent/qBittorrent.conf
|
||||||
|
[LegalNotice]
|
||||||
|
Accepted=true
|
||||||
|
|
||||||
[Preferences]
|
[Preferences]
|
||||||
WebUI\Password_PBKDF2="@ByteArray(amjeuVrF3xRbgzqWQmes5A==:XK3/Ra9jUmqUc4RwzCtrhrkQIcYczBl90DJw2rT8DFVTss4nxpoRhvyxhCf87ahVE3SzD8K9lyPdpyUCfmVsUg==)"
|
WebUI\Password_PBKDF2="@ByteArray(amjeuVrF3xRbgzqWQmes5A==:XK3/Ra9jUmqUc4RwzCtrhrkQIcYczBl90DJw2rT8DFVTss4nxpoRhvyxhCf87ahVE3SzD8K9lyPdpyUCfmVsUg==)"
|
||||||
WebUI\Port=8090
|
WebUI\Port=8090
|
||||||
|
Loading…
x
Reference in New Issue
Block a user