diff --git a/PVE/APIClient/Commands/config.pm b/PVE/APIClient/Commands/config.pm index 0b9b9aa..a5171fb 100644 --- a/PVE/APIClient/Commands/config.pm +++ b/PVE/APIClient/Commands/config.pm @@ -54,6 +54,9 @@ __PACKAGE__->register_method ({ my $code = sub { my $config = PVE::APIClient::Config->load(); + + PVE::APIClient::Tools::assert_if_modified($config->{digest}, $digest); + my $defaults = PVE::APIClient::Config->get_defaults($config); my $plugin = PVE::APIClient::Config->lookup('defaults');