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;
|
return 1;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if ( defined($opt{'noask'}) ) {
|
if ( $opt{'noask'}==1 ) {
|
||||||
badprint "Attempted to use login credentials, but they were invalid";
|
badprint "Attempted to use login credentials, but they were invalid";
|
||||||
exit 1;
|
exit 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue