diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-09-26 20:48:40 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-09-26 20:48:45 +0000 |
commit | eb4ef846d2a1587beb2c25fc53e8c25c6ca11628 (patch) | |
tree | ed83d0a358bd0cb4923418ffc6b6f5149c43b996 /applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr | |
parent | 63d8b79c79ed90bbb967483addd9e5fca350932d (diff) |
luci-app-pbr: update to 1.1.7-15
* sync error messages with principal package
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr')
-rwxr-xr-x | applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr b/applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr index 4bd154a43d..bcdf39a5b2 100755 --- a/applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr +++ b/applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr @@ -11,7 +11,7 @@ # ubus -S call luci.pbr getGateways '{"name": "pbr" }' # ubus -S call luci.pbr getInterfaces '{"name": "pbr" }' -readonly luciCompat='7' +readonly luciCompat='8' readonly pbrFunctionsFile='/etc/init.d/pbr' if [ -s "$pbrFunctionsFile" ]; then # shellcheck source=../../../../../pbr/files/etc/init.d/pbr |