fff-alfred-monitoring-proxy: do not suppress errors for uci commands

Submitted by Adrian Schmutzler on April 25, 2020, 9:30 p.m.

Details

Message ID 20200425213014.5311-1-freifunk@adrianschmutzler.de
State Superseded
Headers show

Commit Message

Adrian Schmutzler April 25, 2020, 9:30 p.m.
Do not suppress errors from uci command without a reason.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
---
 src/packages/fff/fff-alfred-monitoring-proxy/Makefile         | 2 +-
 .../files/etc/uci-defaults/52-alfred-master                   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Patch hide | download patch | download mbox

diff --git a/src/packages/fff/fff-alfred-monitoring-proxy/Makefile b/src/packages/fff/fff-alfred-monitoring-proxy/Makefile
index 5120947a..524fca5f 100644
--- a/src/packages/fff/fff-alfred-monitoring-proxy/Makefile
+++ b/src/packages/fff/fff-alfred-monitoring-proxy/Makefile
@@ -1,7 +1,7 @@ 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=fff-alfred-monitoring-proxy
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/fff-alfred-monitoring-proxy
 
diff --git a/src/packages/fff/fff-alfred-monitoring-proxy/files/etc/uci-defaults/52-alfred-master b/src/packages/fff/fff-alfred-monitoring-proxy/files/etc/uci-defaults/52-alfred-master
index 87ec1f8c..d754d652 100755
--- a/src/packages/fff/fff-alfred-monitoring-proxy/files/etc/uci-defaults/52-alfred-master
+++ b/src/packages/fff/fff-alfred-monitoring-proxy/files/etc/uci-defaults/52-alfred-master
@@ -1,5 +1,5 @@ 
-uci -q set "alfred.alfred.mode=master"
+uci set "alfred.alfred.mode=master"
 
-uci -q commit alfred
+uci commit alfred
 
 exit 0