summaryrefslogtreecommitdiff
path: root/src/completion
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-12-27 11:43:27 +0100
committerChristian Poessinger <christian@poessinger.com>2020-12-28 19:42:50 +0100
commiteeb78e842423319169b036d16601e73227dbffdd (patch)
tree282dac56ecfccf381fa92ad9027df6779d16ae2f /src/completion
parent1efd20ab21e75e421487d563fc794a7f97361a3e (diff)
downloadvyos-1x-eeb78e842423319169b036d16601e73227dbffdd.tar.gz
vyos-1x-eeb78e842423319169b036d16601e73227dbffdd.zip
webproxy: T563: squidguard: support default ruleset
Diffstat (limited to 'src/completion')
-rwxr-xr-xsrc/completion/list_webproxy_category.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/completion/list_webproxy_category.sh b/src/completion/list_webproxy_category.sh
index 19f26bf85..a5ad2398a 100755
--- a/src/completion/list_webproxy_category.sh
+++ b/src/completion/list_webproxy_category.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-DB_DIR="/config/url-filtering/squidguard/db/"
+DB_DIR="/opt/vyatta/etc/config/url-filtering/squidguard/db/"
if [ -d ${DB_DIR} ]; then
ls -ald ${DB_DIR}/* | grep -E '^(d|l)' | awk '{print $9}' | sed s#${DB_DIR}/##
fi