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

This reverts commit 55269dbcde.
This commit is contained in:
Saeed Vaziry
2024-08-01 18:28:07 +02:00
committed by GitHub
parent 9ac5f9ebb3
commit 7da0221ccb

View File

@ -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