From: Greg Sabino Mullane Date: Sun, 22 Mar 2015 03:16:54 +0000 (-0400) Subject: Respect the QUIET flag when creating the superuser. X-Git-Tag: 5.4.0~76 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b189656be475a71e0e05242ace5746dae3db4889;p=bucardo.git Respect the QUIET flag when creating the superuser. --- diff --git a/bucardo b/bucardo index ccf037a29..e1fc6d7e5 100755 --- a/bucardo +++ b/bucardo @@ -8616,7 +8616,7 @@ sub install { ## If no number 1 seen, no bucardo user, so create it if ($res !~ /1/) { - print "Creating superuser 'bucardo'\n"; + $QUIET or print "Creating superuser 'bucardo'\n"; ## Generate a new random password my $pass = generate_password();