Add new meshwizard (WIP)
[project/luci.git] / applications / luci-meshwizard / ipkg / postinst
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" ] || {
3         uci set ucitrack.meshwizard="meshwizard"
4         uci set ucitrack.meshwizard.exec="/etc/init.d/wizard restart"
5         uci commit
6         exit 0
7 }
8