mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 16:36:25 +00:00
commit
5933032e03
@ -243,7 +243,7 @@ get_password() {
|
|||||||
read -p "Re enter $1 password to set:" -s TMP_PASS2
|
read -p "Re enter $1 password to set:" -s TMP_PASS2
|
||||||
echo
|
echo
|
||||||
if [ $TMP_PASS1 == $TMP_PASS2 ]; then
|
if [ $TMP_PASS1 == $TMP_PASS2 ]; then
|
||||||
export $2=$TMp_PASS1
|
export $2=$TMP_PASS1
|
||||||
else
|
else
|
||||||
echo Passwords do not match
|
echo Passwords do not match
|
||||||
get_password $1 $2
|
get_password $1 $2
|
||||||
|
Loading…
Reference in New Issue
Block a user