postinstall script possibility added for meshkit wizard at /etc/rc.local.meshkitpostinstall

This commit is contained in:
Matthias Uferer 2014-03-02 15:50:20 +00:00
parent d8e3c36826
commit 410f928390

View file

@ -125,6 +125,11 @@ for net in $networks; do
fi fi
done done
##### postinstall script
[ -f /etc/rc.local.meshkitpostinstall ] && /etc/rc.local.meshkitpostinstall
##### Reboot the router (because simply restarting services gave errors) ##### Reboot the router (because simply restarting services gave errors)
echo "+ The wizard has finished and the router will reboot now." echo "+ The wizard has finished and the router will reboot now."