From 7da0221ccba252d638c1e1c99d5e5d0dd9b6ddfb Mon Sep 17 00:00:00 2001 From: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:28:07 +0200 Subject: [PATCH] Revert "fix: Avoid echoing when asking for the password (#255)" (#266) This reverts commit 55269dbcdef463d78d32e183c04032fb9308e2b5. --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 311f92a..f900d07 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -24,7 +24,7 @@ fi if [[ -z "${V_ADMIN_PASSWORD}" ]]; then echo "Enter a password for Vito's dashboard:" - read -s V_ADMIN_PASSWORD + read V_ADMIN_PASSWORD fi if [[ -z "${V_ADMIN_PASSWORD}" ]]; then