fff-alfred-proxy: remove uci -q and execute bit for uci-defaults

Do not suppress errors from uci command without a reason.

Despite, remove executable bit for sourced file.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Fabian Bläse <fabian@blaese.de>
This commit is contained in:
Adrian Schmutzler 2020-04-26 01:51:33 +02:00
parent 7a54c56531
commit 5e4339e954
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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