mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 18:30:16 +00:00
Fix v-c --quiet check. Test v-c in pqd since it doesn't have --quiet.
This commit is contained in:
@@ -3148,7 +3148,7 @@ sub main {
|
||||
# ########################################################################
|
||||
# Do the version-check
|
||||
# ########################################################################
|
||||
if ( $o->get('version-check') && ($o->has('quiet') && !$o->get('quiet')) ) {
|
||||
if ( $o->get('version-check') && (!$o->has('quiet') || !$o->get('quiet')) ) {
|
||||
Pingback::version_check($dbh);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user