diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-11-01 17:47:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-01 17:47:02 -0700 |
commit | 91481d83fbb95c8e39e9eaafb9cb60fe8356871d (patch) | |
tree | 35206fe532a4ad241737b91aece568932eb6b9eb /applications/luci-app-adblock-fast/root/usr/libexec | |
parent | 23657ad52c3d5d89f79e497681069d25597065fb (diff) | |
parent | ea170f1f6abb4578823617f2e0e9ffee6b7c68f3 (diff) |
Merge pull request #7369 from stangri/master-luci-app-adblock-fast
luci-app-adblock-fast: update to sync with principal package
Diffstat (limited to 'applications/luci-app-adblock-fast/root/usr/libexec')
-rwxr-xr-x | applications/luci-app-adblock-fast/root/usr/libexec/rpcd/luci.adblock-fast | 2 |
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 222b03619e..67c6427fe6 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='2' +readonly luciCompat='3' readonly adbFunctionsFile='/etc/init.d/adblock-fast' if [ -s "$adbFunctionsFile" ]; then # shellcheck source=../../../../../adblock-fast/files/etc/init.d/adblock-fast |