This commit is contained in:
parent
01ba5af0ea
commit
8d98ead4f0
1 changed files with 1 additions and 1 deletions
|
@ -1076,7 +1076,7 @@ sub mysql_setup {
|
|||
return 1;
|
||||
}
|
||||
else {
|
||||
if ( defined($opt{'noask'}) ) {
|
||||
if ( $opt{'noask'}==1 ) {
|
||||
badprint "Attempted to use login credentials, but they were invalid";
|
||||
exit 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue