summaryrefslogtreecommitdiff
path: root/hib-dlagent
diff options
context:
space:
mode:
Diffstat (limited to 'hib-dlagent')
-rwxr-xr-xhib-dlagent4
1 files changed, 4 insertions, 0 deletions
diff --git a/hib-dlagent b/hib-dlagent
index 79c406d..0396633 100755
--- a/hib-dlagent
+++ b/hib-dlagent
@@ -62,6 +62,10 @@ handle_download() {
if [ -n "$USERNAME" ]; then
LISTING_PAGES+=("$HOME_PAGE")
+ if [ -z "$PASSWORD" ]; then
+ read -rsp 'Enter Humble account password: ' PASSWORD
+ echo
+ fi
fi
for KEY in "${KEYS[@]}"; do