postinstall script possibility added for meshkit wizard at /etc/rc.local.meshkitpostinstall
This commit is contained in:
parent
d8e3c36826
commit
410f928390
1 changed files with 5 additions and 0 deletions
|
@ -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."
|
||||||
|
|
Loading…
Reference in a new issue