diff options
Diffstat (limited to 'bin/mbsync_cron.sh')
-rwxr-xr-x | bin/mbsync_cron.sh | 1 |
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 |