summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-10-08 22:26:00 -0400
committerJesse Luehrs <doy@tozt.net>2023-10-08 22:26:00 -0400
commitf11a374a2667542c9697108d282780766b453ab7 (patch)
tree57dfc564dd21e65b1470a16f4f9586e4774af419
parent5417d6374b7e107421f0b236083bde0c5c91f9b9 (diff)
downloadconf-f11a374a2667542c9697108d282780766b453ab7.tar.gz
conf-f11a374a2667542c9697108d282780766b453ab7.zip
don't hardcode hornet in crontab
-rw-r--r--cron/crontab.stowskip2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/crontab.stowskip b/cron/crontab.stowskip
index dc6eebc..70e80b7 100644
--- a/cron/crontab.stowskip
+++ b/cron/crontab.stowskip
@@ -1 +1 @@
-*/15 * * * * /bin/bash -c 'export PATH=~/.bin/hornet:~/.bin:/usr/bin:/usr/bin/vendor_perl:$PATH && update-weather'
+*/15 * * * * /bin/bash -c 'export PATH=~/.bin/$(hostname):~/.bin:/usr/bin:/usr/bin/vendor_perl:$PATH && update-weather'