flm01/openwrt/package/luci/applications/luci-ushare/root/etc/uci-defaults/luci-ushare

8 lines
108 B
Bash

#!/bin/sh
uci batch <<-EOF
add ucitrack ushare
set ucitrack.@ushare[-1].init=ushare
commit ucitrack
EOF