1
0
mirror of synced 2026-04-18 08:16:06 +00:00

Fix password interation on image creation

This commit is contained in:
Joan
2013-10-25 10:51:11 +02:00
parent 0e8178ab0f
commit 42345c75d4
2 changed files with 3 additions and 0 deletions

View File

@@ -3938,6 +3938,8 @@ sub setupRootPassword
prompt => 'Do you want to try to change the password again??',
default => 'y',
);
} else {
$tryagain=0;
}
}
}