obuspc: avoid uci commit in uci-defaults

This commit is contained in:
Vivek Kumar Dutta 2025-03-05 10:24:13 +05:30
parent 892e0f3599
commit 4373ec21aa
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C

View file

@ -15,4 +15,3 @@ port=$(uci -q get uspc.mqtt.BrokerPort)
uci -q set mosquitto.uspc.enabled="1" uci -q set mosquitto.uspc.enabled="1"
uci -q set mosquitto.uspc.port=$port uci -q set mosquitto.uspc.port=$port
uci -q set mosquitto.uspc.allow_anonymous="1" uci -q set mosquitto.uspc.allow_anonymous="1"
uci commit mosquitto