diff --git a/PVE/API2/Storage/Status.pm b/PVE/API2/Storage/Status.pm index a56a02b..ce7e040 100644 --- a/PVE/API2/Storage/Status.pm +++ b/PVE/API2/Storage/Status.pm @@ -430,7 +430,7 @@ __PACKAGE__->register_method ({ # best effort to match apl_download behaviour chmod 0644, $tmpfilename; - # we simply overwrite when destination file already exists + # we simply overwrite the destination file if it already exists my $cmd; if ($node ne 'localhost' && $node ne PVE::INotify::nodename()) {