luci-app-olsr-services: remove even more echos 5462/head
authorAndreas Bräu <ab@andi95.de>
Thu, 28 Oct 2021 08:44:20 +0000 (10:44 +0200)
committerAndreas Bräu <ab@andi95.de>
Thu, 28 Oct 2021 08:44:20 +0000 (10:44 +0200)
Signed-off-by: Andreas Bräu <ab@andi95.de>
applications/luci-app-olsr-services/root/usr/libexec/rpcd/olsr-services

index 9d0e2e3f6f3c9a5cb70a290f5909594ddf681049..20cf496e76f181a112dec881fb0b2c2da8facf1c 100755 (executable)
@@ -40,10 +40,10 @@ case "$1" in
   call)
     case "$2" in
       services4)
-        echo $(load_services "olsrd")
+        load_services "olsrd"
       ;;
       services6)
-        echo $(load_services "olsrd6")
+        load_services "olsrd6"
       ;;
     esac
   ;;