diff --git a/PVE/Storage/PBSPlugin.pm b/PVE/Storage/PBSPlugin.pm index 21a2a0a..afc6ea4 100644 --- a/PVE/Storage/PBSPlugin.pm +++ b/PVE/Storage/PBSPlugin.pm @@ -211,7 +211,7 @@ sub pbs_open_master_pubkey { my $keyfd; if (!open($keyfd, '<', $master_pubkey_file)) { if ($! == ENOENT) { - warn "master public key configured but no key file found!\n" + die "master public key configured but no key file found!\n" if $scfg->{'master-pubkey'}; return undef; }