summaryrefslogtreecommitdiffstats
path: root/modules/tozt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-24 02:26:13 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-24 02:26:13 -0400
commitaa9477bf13ec0b5a587df6ebd89a7e608e0f3a47 (patch)
tree30f71b5352964b5d495079267672b914f9f6852d /modules/tozt
parent16d97dfeb97585b03e13e955835d8fa8f14bb271 (diff)
downloadpuppet-tozt-aa9477bf13ec0b5a587df6ebd89a7e608e0f3a47.tar.gz
puppet-tozt-aa9477bf13ec0b5a587df6ebd89a7e608e0f3a47.zip
suppress cron stdout
Diffstat (limited to 'modules/tozt')
-rw-r--r--modules/tozt/files/ynab-export2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tozt/files/ynab-export b/modules/tozt/files/ynab-export
index b2bc5f0..3cf1254 100644
--- a/modules/tozt/files/ynab-export
+++ b/modules/tozt/files/ynab-export
@@ -1,4 +1,4 @@
#!/bin/sh
set -eu
-su doy /home/doy/coding/ynab-export/bin/load
+su doy /home/doy/coding/ynab-export/bin/load > /dev/null