mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-31 04:54:43 +00:00
Adjust API key input prompt indentation
This commit is contained in:
@@ -120,7 +120,7 @@ function update() {
|
|||||||
function install() {
|
function install() {
|
||||||
read -erp "Enter URL of qBittorrent, example: (http://127.0.0.1:8080): " QBITTORRENT_BASE_URL
|
read -erp "Enter URL of qBittorrent, example: (http://127.0.0.1:8080): " QBITTORRENT_BASE_URL
|
||||||
echo -e "${TAB}${INFO} Create an API key in qBittorrent under Tools > Options > Web UI > API key"
|
echo -e "${TAB}${INFO} Create an API key in qBittorrent under Tools > Options > Web UI > API key"
|
||||||
read -erp "Enter qBittorrent API key: " QBITTORRENT_API_KEY
|
read -erp "${TAB3}Enter qBittorrent API key: " QBITTORRENT_API_KEY
|
||||||
|
|
||||||
fetch_and_deploy_gh_release "qbittorrent-exporter" "martabal/qbittorrent-exporter" "tarball" "latest"
|
fetch_and_deploy_gh_release "qbittorrent-exporter" "martabal/qbittorrent-exporter" "tarball" "latest"
|
||||||
setup_go
|
setup_go
|
||||||
|
|||||||
Reference in New Issue
Block a user