Remove duplicate warning for app not installed
Removed redundant warning message for app installation.
This commit is contained in:
parent
c528c283ed
commit
4a1d947ca7
@ -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): "
|
echo -n "Enter URL of qbittorrent example: (http://192.168.1.10:8080): "
|
||||||
read -r QBITTORRENT_BASE_URL
|
read -r QBITTORRENT_BASE_URL
|
||||||
|
|
||||||
echo -e "${YW}⚠️ ${APP} is not installed.${CL}"
|
|
||||||
echo -n "Enter qbittorrent username: "
|
echo -n "Enter qbittorrent username: "
|
||||||
read -r QBITTORRENT_USERNAME
|
read -r QBITTORRENT_USERNAME
|
||||||
|
|
||||||
echo -e "${YW}⚠️ ${APP} is not installed.${CL}"
|
|
||||||
echo -n "Enter qbittorrent password: "
|
echo -n "Enter qbittorrent password: "
|
||||||
read -r QBITTORRENT_PASSWORD
|
read -r QBITTORRENT_PASSWORD
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user