Commit 2faf5b1b authored by Dietmar Maurer's avatar Dietmar Maurer

be more quiet

parent 8c438494
...@@ -277,7 +277,7 @@ __PACKAGE__->register_method({ ...@@ -277,7 +277,7 @@ __PACKAGE__->register_method({
push @$cmd, '-qq' if $param->{quiet}; 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); PVE::Tools::run_command($cmd);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment