diff options
author | Urbain Vaes <urbain@vaes.uk> | 2017-11-15 15:22:19 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2017-11-15 22:12:11 +0100 |
commit | a2cdbf8571ba6c542a0ca45e8adad206e970b05b (patch) | |
tree | e3a9f1bfd91dc9dede3b84050e7104afbffeb209 /crontab | |
parent | 650540a998831ac7de9622c5d0d9ec3ef0930ec3 (diff) |
Make minor changes
Diffstat (limited to 'crontab')
-rw-r--r-- | crontab/crontab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crontab/crontab b/crontab/crontab index 1713ba8..c527030 100644 --- a/crontab/crontab +++ b/crontab/crontab @@ -1 +1 @@ -*/5 * * * * /usr/bin/env mbsync -a +*/5 * * * * DISPLAY=:0 /usr/bin/env mbsync -a |