diff options
Diffstat (limited to 'hib-dlagent')
-rwxr-xr-x | hib-dlagent | 4 |
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 |