Return of the reboot

This commit is contained in:
Bob Mottram 2016-08-03 23:12:49 +01:00
parent 4a4a9f84ca
commit 0dffbbb920
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 1 additions and 0 deletions

View File

@ -812,6 +812,7 @@ if [ -f $MESH_INSTALL_SETUP ]; then
if [ ! -f $MESH_INSTALL_COMPLETED ]; then
echo $'Mesh node setup complete' >> $INSTALL_LOG
touch $MESH_INSTALL_COMPLETED
reboot
fi
fi