We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a3e6d commit 227867cCopy full SHA for 227867c
tools/wizard.sh
@@ -410,7 +410,7 @@ Function_Global_Ask_password () {
410
read -s Var_Local_password
411
echo
412
msg_n "もう一度入力して下さい : " "Type it again : "
413
- read -s confirm
+ read -s Var_Local_password_confirm
414
if [[ ! "${Var_Local_password}" = "${Var_Local_password_confirm}" ]]; then
415
416
msg_error "同じパスワードが入力されませんでした。" "You did not enter the same password."
0 commit comments