summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-example/root/etc/uci-defaults/80_example
blob: 529e6b0bd4723e414db648f03630314a6ef24d11 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

touch /etc/config/example
uci set example.first=first
uci set example.second=second
uci commit

return 0