diff options
Diffstat (limited to 'applications/luci-meshwizard/root/etc')
-rw-r--r-- | applications/luci-meshwizard/root/etc/uci-defaults/meshwizard | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard b/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard new file mode 100644 index 0000000000..2154e9771d --- /dev/null +++ b/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard @@ -0,0 +1,6 @@ +#!/bin/sh +uci batch <<EOF +set ucitrack.meshwizard="meshwizard" +set ucitrack.meshwizard.exec="/etc/init.d/wizard boot" +commit ucitrack +EOF |