summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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';