summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-meshwizard/ipkg/postinst
blob: ac4e1d122258763e6ae86442d0e972d84be56d77 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	uci set ucitrack.meshwizard="meshwizard"
	uci set ucitrack.meshwizard.exec="/etc/init.d/wizard restart"
	uci commit
	exit 0
}