From adcdfaadec713010142dd0923d55fa7529a53ce4 Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Sun, 16 May 2021 23:25:38 +0530 Subject: [PATCH] [BUGFIX] Resolve #160 | Missed in 040981c --- bash/auth-utils.bash | 2 +- bash/release/gupload | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/auth-utils.bash b/bash/auth-utils.bash index 3cd7878..3718a3a 100755 --- a/bash/auth-utils.bash +++ b/bash/auth-utils.bash @@ -214,7 +214,7 @@ _check_credentials() { else "${QUIET:-_print_center}" "normal" " Above accounts are configured, but default one not set. " "=" if [[ -t 1 ]]; then - \ "${QUIET:-_print_center}" "normal" " Choose default account: " "-" + "${QUIET:-_print_center}" "normal" " Choose default account: " "-" until [[ -n ${ACCOUNT_NAME} ]]; do printf -- "-> \e[?7l" read -r account_name diff --git a/bash/release/gupload b/bash/release/gupload index 9f843eb..b478ac4 100755 --- a/bash/release/gupload +++ b/bash/release/gupload @@ -639,7 +639,7 @@ _check_credentials() { else "${QUIET:-_print_center}" "normal" " Above accounts are configured, but default one not set. " "=" if [[ -t 1 ]]; then - \ "${QUIET:-_print_center}" "normal" " Choose default account: " "-" + "${QUIET:-_print_center}" "normal" " Choose default account: " "-" until [[ -n ${ACCOUNT_NAME} ]]; do printf -- "-> \e[?7l" read -r account_name