forked from Icycoide/searxng
tooling box: varius fix from tests
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
db5815d3d8
commit
5c0f9c8c79
2 changed files with 9 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue