Skip to content
Snippets Groups Projects
Commit 113dd6cf authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

diable notify if transfer of a single dir fails

parent 777c217e
No related branches found
No related tags found
1 merge request!140fix db plugins; Reduce desktop notification
...@@ -424,7 +424,7 @@ function setAction(){ ...@@ -424,7 +424,7 @@ function setAction(){
echo echo
t_rcCheckBackup $myrc "${BACKUP_DIR}" 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" _j_runHooks "320-after-folder-transfer" "$myrc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment