aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-06-20 19:33:22 +0800
committerAaron LI <aly@aaronly.me>2017-06-20 19:33:22 +0800
commit1e2bee3e8cbf6efdc30a4c95701b7b4c0d95ade7 (patch)
treeef324922bf734fba5037f3d5da7232bbf92fa1cf /bin
parent2e67ef6a29582bf63bbd9ee381af8c9051833fd6 (diff)
downloadatoolbox-1e2bee3e8cbf6efdc30a4c95701b7b4c0d95ade7.tar.bz2
mbsync_cron.sh: reduce some notifications
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mbsync_cron.sh2
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=$!