mirror of
https://github.com/openwrt/luci.git
synced 2026-06-17 17:03:20 +04:00
postinstall script possibility added for meshkit wizard at /etc/rc.local.meshkitpostinstall
This commit is contained in:
@@ -125,6 +125,11 @@ for net in $networks; do
|
||||
fi
|
||||
done
|
||||
|
||||
##### postinstall script
|
||||
|
||||
[ -f /etc/rc.local.meshkitpostinstall ] && /etc/rc.local.meshkitpostinstall
|
||||
|
||||
|
||||
##### Reboot the router (because simply restarting services gave errors)
|
||||
|
||||
echo "+ The wizard has finished and the router will reboot now."
|
||||
|
||||
Reference in New Issue
Block a user