Skip to content

Commit

Permalink
Issue #124: bug fix with noask password handling... from issue #110 p…
Browse files Browse the repository at this point in the history
…atch
  • Loading branch information
jmrenouard committed Sep 7, 2015
1 parent 01ba5af commit 8d98ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysqltuner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8d98ead

Please sign in to comment.