]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
be more quiet
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 2 Aug 2013 04:28:15 +0000 (06:28 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 2 Aug 2013 04:28:15 +0000 (06:28 +0200)
PVE/API2/APT.pm

index 844aacb2d10a8cc2a7d991602a716ee317a8b030..e4ddda43bf1cdd4ab3d5fe3a5fcd4e6611941b94 100644 (file)
@@ -277,7 +277,7 @@ __PACKAGE__->register_method({
 
            push @$cmd, '-qq' if $param->{quiet};
 
-           print "starting apt-get update\n";
+           print "starting apt-get update\n" if !$param->{quiet};
            
            PVE::Tools::run_command($cmd);