mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-17 17:01:37 +00:00
fix: Avoid echoing when asking for the password (#255)
This commit is contained in:
parent
3d67153912
commit
55269dbcde
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user