From 86e3ae3d11c0c995774997d09ad2e4bf167a2570 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 3 Apr 2016 05:45:33 -0400 Subject: more crontab path fixups --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab b/crontab index 1821d93..80142b3 100644 --- a/crontab +++ b/crontab @@ -1 +1 @@ -*/15 * * * * /bin/bash -c '. ~/.env && export PATH=~/.bin:$PATH && update-weather' +*/15 * * * * /bin/bash -c 'export PATH=~/.bin:/bin:/usr/bin:/usr/bin/vendor_perl:$PATH && . ~/.env && update-weather' -- cgit v1.2.3-54-g00ecf