Skip to content

Commit 9c9a810

Browse files
author
Sam J Sharpe
committed
Add a missing decorator
1 parent 89b2d40 commit 9c9a810

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rkhunter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ def check(*args):
55
"""Run rkhunter on the machine"""
66
sudo('/usr/bin/rkhunter --cronjob --report-warnings-only --appendlog')
77

8+
@task
89
def propupdate(*args):
910
"""Update rkhunter file property database on the machine"""
1011
sudo('/usr/bin/rkhunter --propupdate')

0 commit comments

Comments
 (0)