diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-06-29 12:31:07 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-06-29 12:31:07 +0000 |
commit | 62f74fcae05b87a141d67f9b811c17a0df6412aa (patch) | |
tree | 27b72844334e954750c8702609c04bf048b5e482 /applications | |
parent | 4c139d3b936b49d736392da67bab40c868093278 (diff) |
contrib/meshwizard: Delete /tmp/luci-indexcache to make sure the app shows in menu after install
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-meshwizard/root/etc/uci-defaults/meshwizard | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard b/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard index 2154e9771..eae65d5a1 100644 --- a/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard +++ b/applications/luci-meshwizard/root/etc/uci-defaults/meshwizard @@ -4,3 +4,5 @@ set ucitrack.meshwizard="meshwizard" set ucitrack.meshwizard.exec="/etc/init.d/wizard boot" commit ucitrack EOF + +rm -f /tmp/luci-indexcache |