1
0

ubus.default 136 B

12345678
  1. #!/bin/sh
  2. if [ -z "$(uci -q get uhttpd.main.ubus_prefix)" ]; then
  3. uci set uhttpd.main.ubus_prefix=/ubus
  4. uci commit uhttpd
  5. fi
  6. exit 0