From 55269dbcdef463d78d32e183c04032fb9308e2b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20G=C3=B3mez?= <6207345+soymgomez@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:29:24 +0200 Subject: [PATCH] fix: Avoid echoing when asking for the password (#255) --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index f900d07..311f92a 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 V_ADMIN_PASSWORD + read -s V_ADMIN_PASSWORD fi if [[ -z "${V_ADMIN_PASSWORD}" ]]; then