Add prompts for qbittorrent username and password
This commit is contained in:
parent
52afeb0a93
commit
6fc4936768
@ -71,9 +71,11 @@ fi
|
|||||||
echo -e "${YW}⚠️ qbittorrent-exporter is not installed.${CL}"
|
echo -e "${YW}⚠️ qbittorrent-exporter is not installed.${CL}"
|
||||||
echo -n "Enter URL of qbittorrent example: (http://192.168.1.10:8080): "
|
echo -n "Enter URL of qbittorrent example: (http://192.168.1.10:8080): "
|
||||||
read -er QBITTORRENT_BASE_URL
|
read -er QBITTORRENT_BASE_URL
|
||||||
|
echo ""
|
||||||
|
|
||||||
echo -n "Enter qbittorrent username: "
|
echo -n "Enter qbittorrent username: "
|
||||||
read -er QBITTORRENT_USERNAME
|
read -er QBITTORRENT_USERNAME
|
||||||
|
echo ""
|
||||||
|
|
||||||
echo -n "Enter qbittorrent password: "
|
echo -n "Enter qbittorrent password: "
|
||||||
read -rs QBITTORRENT_PASSWORD
|
read -rs QBITTORRENT_PASSWORD
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user