mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-08 06:18:12 +00:00
Fix v-c --quiet check. Test v-c in pqd since it doesn't have --quiet.
This commit is contained in:
@@ -4356,7 +4356,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