summaryrefslogtreecommitdiffstats
path: root/crontab
diff options
context:
space:
mode:
authorJesse Luehrs <jesse.luehrs@stripe.com>2015-02-22 15:45:26 -0800
committerJesse Luehrs <doy@tozt.net>2015-02-22 16:06:29 -0800
commit66f71f0fb05f2e9a5a9fda8b48a1874af060dd96 (patch)
treef0cca53b8f46fee988e41ca3e9d030f9d8cfcf25 /crontab
parentd1415c68c0ad7ac244aedaa9358215caf30c0dc8 (diff)
downloadconf-66f71f0fb05f2e9a5a9fda8b48a1874af060dd96.tar.gz
conf-66f71f0fb05f2e9a5a9fda8b48a1874af060dd96.zip
these scripts require bash
Diffstat (limited to 'crontab')
-rw-r--r--crontab2
1 files changed, 1 insertions, 1 deletions
diff --git a/crontab b/crontab
index 0ea3ed9..5078230 100644
--- a/crontab
+++ b/crontab
@@ -1 +1 @@
-*/15 * * * * . ~/.env && export PATH=~/.bin:$PATH && update-weather
+*/15 * * * * /bin/bash -c'. ~/.env && export PATH=~/.bin:$PATH && update-weather'