diff options
| author | Paul Buetow <paul@buetow.org> | 2023-05-21 12:32:12 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-05-21 12:32:12 +0300 |
| commit | 3f92ae6519c5a9899cd6d464858c69ab39f2aff0 (patch) | |
| tree | 35566d664d28e967ff3f7ec93f6e7a758bc927ec /frontends | |
| parent | 7f3e11af535a2ed3ab52d9f963a12fff2080b6b0 (diff) | |
add -T
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/Rexfile | 2 |
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'; |
