summaryrefslogtreecommitdiffstats
path: root/crontab
diff options
context:
space:
mode:
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'