Skip to content
Snippets Groups Projects
Commit 6f9b3b6b authored by Pete Tucker's avatar Pete Tucker
Browse files

Fix sequencing bug in load_nxp_demo.sh

parent e3b5235a
No related branches found
No related tags found
No related merge requests found
......@@ -49,9 +49,6 @@ update-rc.d -f iot-gateway-setup-buttond remove
update-rc.d -f hciattach.sh remove
# start processes that support NXP Thread demo during kernel init
update-rc.d BRDeamons start 99 2 3 4 5 . stop 1 0 6 .
# don't add respawn commands to inittab if this script is run more than once.
......@@ -61,6 +58,10 @@ then
echo "782:23456:respawn:/usr/bin/CloudRegistration" >> /etc/inittab
fi
# start processes that support NXP Thread demo during kernel init
update-rc.d BRDeamons start 99 2 3 4 5 . stop 1 0 6 .
echo "The gateway must be rebooted to finish setting up support"
echo "for the NXP Thread demo. Do you wish to reboot now? (Y/n)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment