summaryrefslogtreecommitdiff
path: root/frontends/Rexfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-05-21 12:27:58 +0300
committerPaul Buetow <paul@buetow.org>2023-05-21 12:27:58 +0300
commit7f3e11af535a2ed3ab52d9f963a12fff2080b6b0 (patch)
tree5d09e548b77ed29894ed8465e0331b1aac34e8a9 /frontends/Rexfile
parent8e91ac878e338dab220be462125714fe7471aa9e (diff)
change habit job
Diffstat (limited to 'frontends/Rexfile')
-rw-r--r--frontends/Rexfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index e00578b..f769893 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', 'perl /usr/local/bin/habit.pl | /usr/bin/mail -s Habit paul';
+ append_if_no_such_line '/etc/daily.local', 'perl /usr/local/bin/habit.pl';
};
desc 'Setup relayd';