Return of the reboot
This commit is contained in:
parent
4a4a9f84ca
commit
0dffbbb920
|
@ -812,6 +812,7 @@ if [ -f $MESH_INSTALL_SETUP ]; then
|
||||||
if [ ! -f $MESH_INSTALL_COMPLETED ]; then
|
if [ ! -f $MESH_INSTALL_COMPLETED ]; then
|
||||||
echo $'Mesh node setup complete' >> $INSTALL_LOG
|
echo $'Mesh node setup complete' >> $INSTALL_LOG
|
||||||
touch $MESH_INSTALL_COMPLETED
|
touch $MESH_INSTALL_COMPLETED
|
||||||
|
reboot
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue