fix: Avoid echoing when asking for the password (#255)

This commit is contained in:
Martín Gómez
2024-07-23 11:29:24 +02:00
committed by GitHub
parent 3d67153912
commit 55269dbcde

View File

@ -24,7 +24,7 @@ fi
if [[ -z "${V_ADMIN_PASSWORD}" ]]; then if [[ -z "${V_ADMIN_PASSWORD}" ]]; then
echo "Enter a password for Vito's dashboard:" echo "Enter a password for Vito's dashboard:"
read V_ADMIN_PASSWORD read -s V_ADMIN_PASSWORD
fi fi
if [[ -z "${V_ADMIN_PASSWORD}" ]]; then if [[ -z "${V_ADMIN_PASSWORD}" ]]; then