diff options
author | Aaron LI <aly@aaronly.me> | 2017-06-20 19:33:22 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-06-20 19:33:22 +0800 |
commit | 1e2bee3e8cbf6efdc30a4c95701b7b4c0d95ade7 (patch) | |
tree | ef324922bf734fba5037f3d5da7232bbf92fa1cf /bin/mbsync_cron.sh | |
parent | 2e67ef6a29582bf63bbd9ee381af8c9051833fd6 (diff) | |
download | atoolbox-1e2bee3e8cbf6efdc30a4c95701b7b4c0d95ade7.tar.bz2 |
mbsync_cron.sh: reduce some notifications
Diffstat (limited to 'bin/mbsync_cron.sh')
-rwxr-xr-x | bin/mbsync_cron.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mbsync_cron.sh b/bin/mbsync_cron.sh index e02bf93..3aef10f 100755 --- a/bin/mbsync_cron.sh +++ b/bin/mbsync_cron.sh @@ -22,6 +22,7 @@ # # Aaron LI # 2017-05-28 +# Updated: 2017-06-20 # set -e @@ -155,7 +156,6 @@ if [ -f "${PIDFILE}" ]; then fi log "Sync mail for account: ${ACCOUNT} ..." -notify "Sync mail for account: ${ACCOUNT} ..." mbsync -V "${ACCOUNT}" >>${LOGFILE} 2>&1 & #sleep 10 & PID=$! |