pveupdate: reword comment slightly and adapt text width

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-11-04 10:32:38 +01:00
parent 1a3e2e9f5d
commit 4314ba846b

View File

@ -51,8 +51,7 @@ if (my $err = $@) {
}
my $info = eval { PVE::API2::Subscription::read_etc_subscription() };
# We assume that users with subscriptions want informations
# about new packages.
# Assume that users with subscriptions want informations about new packages.
my $notify = ($info && $info->{status} eq 'active') ? 1 : 0;
eval { PVE::API2::APT->update_database({ node => $nodename, notify => $notify, quiet => 1 }); };
if (my $err = $@) {