Skip to content

Commit 227867c

Browse files
committed
[fix] : Fixed password confirm
1 parent 95a3e6d commit 227867c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wizard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Function_Global_Ask_password () {
410410
read -s Var_Local_password
411411
echo
412412
msg_n "もう一度入力して下さい : " "Type it again : "
413-
read -s confirm
413+
read -s Var_Local_password_confirm
414414
if [[ ! "${Var_Local_password}" = "${Var_Local_password_confirm}" ]]; then
415415
echo
416416
msg_error "同じパスワードが入力されませんでした。" "You did not enter the same password."

0 commit comments

Comments
 (0)