summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-adblock-fast/root
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.ca>2024-11-18 21:13:56 +0000
committerStan Grishin <stangri@melmac.ca>2024-11-18 21:13:56 +0000
commit206e5fbbcce40c1ec0777a6ecc7db1d8ae21d589 (patch)
treefdb0673ecf6f44c7014ba96a5a69449d79166895 /applications/luci-app-adblock-fast/root
parenta403707b57df38c60de8e0f71d968164291542dc (diff)
luci-app-adblock-fast: sync with principal
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-adblock-fast/root')
-rwxr-xr-xapplications/luci-app-adblock-fast/root/usr/libexec/rpcd/luci.adblock-fast2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-adblock-fast/root/usr/libexec/rpcd/luci.adblock-fast b/applications/luci-app-adblock-fast/root/usr/libexec/rpcd/luci.adblock-fast
index 67c6427fe6..546df1d81d 100755
--- a/applications/luci-app-adblock-fast/root/usr/libexec/rpcd/luci.adblock-fast
+++ b/applications/luci-app-adblock-fast/root/usr/libexec/rpcd/luci.adblock-fast
@@ -14,7 +14,7 @@
# ubus -S call luci.adblock-fast setInitAction '{"name": "adblock-fast", "action": "pause" }'
# ubus -S call luci.adblock-fast setInitAction '{"name": "adblock-fast", "action": "stop" }'
-readonly luciCompat='3'
+readonly luciCompat='4'
readonly adbFunctionsFile='/etc/init.d/adblock-fast'
if [ -s "$adbFunctionsFile" ]; then
# shellcheck source=../../../../../adblock-fast/files/etc/init.d/adblock-fast