From c7bc10c0963bc003df2deaabe773bbc2fcbdf736 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 30 Oct 2018 01:46:40 -0400 Subject: fix crontab path just hardcode this for now since hush is the only one currently using a crontab --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crontab') diff --git a/crontab b/crontab index b55697b..02aa8f1 100644 --- a/crontab +++ b/crontab @@ -1 +1 @@ -*/15 * * * * /bin/bash -c 'export PATH=~/.bin:/bin:/usr/bin:/usr/bin/vendor_perl:$PATH && . ~/perl5/perlbrew/etc/bashrc && update-weather' +*/15 * * * * /bin/bash -c 'export PATH=~/.bin/hush:~/.bin:/usr/bin:/usr/bin/vendor_perl:$PATH && . ~/perl5/perlbrew/etc/bashrc && update-weather' -- cgit v1.2.3-54-g00ecf