summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-05-15 09:40:20 +0300
committerPaul Buetow <paul@buetow.org>2023-05-15 09:40:20 +0300
commit8e91ac878e338dab220be462125714fe7471aa9e (patch)
tree378cd2c019021d582e61e8fe320914c2117c0d21
parent3d87b95f719a1a77549018144aff4f5b6fcb9416 (diff)
more habits
-rw-r--r--frontends/Rexfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index edd6658..e00578b 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -242,7 +242,7 @@ task 'habit', group => 'frontends',
group => 'wheel',
mode => '755';
- append_if_no_such_line '/etc/daily.local', '/usr/bin/telnet localhost 1234 | /usr/bin/mail -s Habit paul';
+ append_if_no_such_line '/etc/daily.local', 'perl /usr/local/bin/habit.pl | /usr/bin/mail -s Habit paul';
};
desc 'Setup relayd';