From 66f71f0fb05f2e9a5a9fda8b48a1874af060dd96 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 22 Feb 2015 15:45:26 -0800 Subject: these scripts require bash --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crontab') 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' -- cgit v1.2.3-54-g00ecf