Whitespace cleanup

Signed-off-by: Herman van Rink <rink@initfour.nl>
This commit is contained in:
Herman van Rink 2018-03-09 11:32:32 +01:00 committed by Thomas Lamprecht
parent 85cf35f894
commit cf24dc48fb

View File

@ -53,14 +53,14 @@ if ($phase eq 'job-start' ||
# example: copy resulting backup file to another host using scp
if ($phase eq 'backup-end') {
#system ("scp $tarfile backup-host:/backup-dir") == 0 ||
# die "copy tar file to backup-host failed";
#system ("scp $tarfile backup-host:/backup-dir") == 0 ||
# die "copy tar file to backup-host failed";
}
# example: copy resulting log file to another host using scp
if ($phase eq 'log-end') {
#system ("scp $logfile backup-host:/backup-dir") == 0 ||
# die "copy log file to backup-host failed";
#system ("scp $logfile backup-host:/backup-dir") == 0 ||
# die "copy log file to backup-host failed";
}
} else {