luci/applications/luci-app-example/root/etc/uci-defaults/80_example
Duncan Hill 28f805b2e5
luci-app-example: Update with more documentation, more examples (#6503)
* luci-app-example: Update with more documentation, examples
* Update translations file
* Move more YAML support to .md file, improve README
* luci-app-example: Update with more documentation, examples
* luci-app-example: Fix missed call to load_sample_yaml
* Format with tabs by using jsbeautify
2023-12-04 22:12:28 +01:00

9 lines
144 B
Bash

#!/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