From 3f92ae6519c5a9899cd6d464858c69ab39f2aff0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 21 May 2023 12:32:12 +0300 Subject: add -T --- frontends/Rexfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- cgit v1.2.3