luci/applications/luci-app-example/root/etc/uci-defaults/80_example

9 lines
116 B
Text
Raw Normal View History

#!/bin/sh
touch /etc/config/example
uci set example.first=first
uci set example.second=second
uci commit
return 0