From e5a15cf9833901d150e8223b81231d029759af28 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 30 May 2017 19:24:42 +0800 Subject: bin/mbsync_cron.sh: umask 027 --- bin/mbsync_cron.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') 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 -- cgit v1.2.2