add warning if rsync has a problem

This commit is contained in:
Jonas Meier 2020-05-17 23:17:24 +02:00
parent bc4f25fde4
commit 26af413559

View File

@ -45,4 +45,4 @@ $rsync->exec(
dst => $rsync_dst,
include => [map { $_->{name} } @files],
exclude => ['*'],
);
) or warn "rsync failed\n";