Reboot
This commit is contained in:
parent
7ec222fb37
commit
167e1be654
|
@ -792,6 +792,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