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

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

return 0