diff --git a/transfer.sh b/transfer.sh index c313fcfca755b609b431dccdf9a02043c92f90d2..19533c621f85f21abf6068267b8f0c17f34cb5ec 100755 --- a/transfer.sh +++ b/transfer.sh @@ -424,7 +424,7 @@ function setAction(){ echo t_rcCheckBackup $myrc "${BACKUP_DIR}" - test $myrc -ne 0 && j_notify "Dir ${BACKUP_DIR}" "Backup for ${BACKUP_DIR} failed with rc=$myrc. See log for details: $JOB_LOGFILE" 1 + # test $myrc -ne 0 && j_notify "Dir ${BACKUP_DIR}" "Backup for ${BACKUP_DIR} failed with rc=$myrc. See log for details: $JOB_LOGFILE" 1 _j_runHooks "320-after-folder-transfer" "$myrc"