luci/applications/luci-meshwizard/ipkg/postinst
2011-06-23 15:52:00 +00:00

8 lines
169 B
Bash

#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
uci set ucitrack.meshwizard="meshwizard"
uci set ucitrack.meshwizard.exec="/etc/init.d/wizard restart"
uci commit
exit 0
}