From 74c16ee65f0de6187491bac9aeb2796c8b777de7 Mon Sep 17 00:00:00 2001 From: Andreas Bräu Date: Wed, 27 Oct 2021 09:27:06 +0200 Subject: luci-app-olsr-services: less echos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Bräu --- applications/luci-app-olsr-services/root/usr/libexec/rpcd/olsr-services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-olsr-services/root/usr/libexec') diff --git a/applications/luci-app-olsr-services/root/usr/libexec/rpcd/olsr-services b/applications/luci-app-olsr-services/root/usr/libexec/rpcd/olsr-services index 4309f9c9ef..9d0e2e3f6f 100755 --- a/applications/luci-app-olsr-services/root/usr/libexec/rpcd/olsr-services +++ b/applications/luci-app-olsr-services/root/usr/libexec/rpcd/olsr-services @@ -29,7 +29,7 @@ load_services() { json_add_boolean configured $services_configured json_add_string source "$olsrd" json_add_string services "$services" - echo $(json_dump) + json_dump } case "$1" in -- cgit v1.2.3