followup: reword comment a bit
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -430,7 +430,7 @@ __PACKAGE__->register_method ({
|
|||||||
# best effort to match apl_download behaviour
|
# best effort to match apl_download behaviour
|
||||||
chmod 0644, $tmpfilename;
|
chmod 0644, $tmpfilename;
|
||||||
|
|
||||||
# we simply overwrite when destination file already exists
|
# we simply overwrite the destination file if it already exists
|
||||||
|
|
||||||
my $cmd;
|
my $cmd;
|
||||||
if ($node ne 'localhost' && $node ne PVE::INotify::nodename()) {
|
if ($node ne 'localhost' && $node ne PVE::INotify::nodename()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user