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