mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Remove duplicate warning for app not installed
Removed redundant warning message for app installation.
This commit is contained in:
@@ -76,11 +76,9 @@ echo -e "${YW}⚠️ ${APP} is not installed.${CL}"
|
||||
echo -n "Enter URL of qbittorrent example: (http://192.168.1.10:8080): "
|
||||
read -r QBITTORRENT_BASE_URL
|
||||
|
||||
echo -e "${YW}⚠️ ${APP} is not installed.${CL}"
|
||||
echo -n "Enter qbittorrent username: "
|
||||
read -r QBITTORRENT_USERNAME
|
||||
|
||||
echo -e "${YW}⚠️ ${APP} is not installed.${CL}"
|
||||
echo -n "Enter qbittorrent password: "
|
||||
read -r QBITTORRENT_PASSWORD
|
||||
|
||||
|
||||
Reference in New Issue
Block a user