diff options
Diffstat (limited to 'utils/filtron.sh')
| -rwxr-xr-x | utils/filtron.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/filtron.sh b/utils/filtron.sh index e97b9f014..1bea7a717 100755 --- a/utils/filtron.sh +++ b/utils/filtron.sh @@ -129,6 +129,11 @@ main() { case $2 in all) install_all ;; user) assert_user ;; + rules) + rst_title "Re-Install filtron rules" + echo + install_template --no-eval "$FILTRON_RULES" root root 644 + ;; *) usage "$_usage"; exit 42;; esac ;; update) |