add warning if rsync has a problem
This commit is contained in:
parent
bc4f25fde4
commit
26af413559
@ -45,4 +45,4 @@ $rsync->exec(
|
||||
dst => $rsync_dst,
|
||||
include => [map { $_->{name} } @files],
|
||||
exclude => ['*'],
|
||||
);
|
||||
) or warn "rsync failed\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user