summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-05-21 12:32:12 +0300
committerPaul Buetow <paul@buetow.org>2023-05-21 12:32:12 +0300
commit3f92ae6519c5a9899cd6d464858c69ab39f2aff0 (patch)
tree35566d664d28e967ff3f7ec93f6e7a758bc927ec /frontends
parent7f3e11af535a2ed3ab52d9f963a12fff2080b6b0 (diff)
add -T
Diffstat (limited to 'frontends')
-rw-r--r--frontends/Rexfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index f769893..9faa7e4 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';
+ append_if_no_such_line '/etc/daily.local', 'perl -T /usr/local/bin/habit.pl';
};
desc 'Setup relayd';