From 557624cdb94c7659a2599c4d8ab6e23aa3e8418c Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Mon, 15 Nov 2021 11:51:58 -0500 Subject: [PATCH] [rust-motd] Fix path to motd in crontab --- cron/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/crontab b/cron/crontab index a76061d..647e431 100644 --- a/cron/crontab +++ b/cron/crontab @@ -1,3 +1,3 @@ */2 * * * * /home/marcel/.dotfiles/cron/hibernate-on-low-battery.sh */15 * * * * [ $(du -k .xsession-errors | awk '{ print $1 }') -gt 5000000 ] && tail -10000 /home/$(whoami)/.xsession-errors > /home/$(whoami)/.xsession-errors -*/5 * * * * export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus; /home/marcel/code/rust_motd/target/debug/rust_motd > /home/marcel/.local/etc/motd +*/5 * * * * export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus; /usr/bin/rust-motd > /home/marcel/.local/etc/motd