aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mbsync_cron.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/mbsync_cron.sh b/bin/mbsync_cron.sh
index ee734d6..e02bf93 100755
--- a/bin/mbsync_cron.sh
+++ b/bin/mbsync_cron.sh
@@ -25,6 +25,7 @@
#
set -e
+umask 027
# Workaround to make `notify-send` work with cron
# Credit: https://stackoverflow.com/a/16520076