diff --git a/src/freedombone-image-mesh b/src/freedombone-image-mesh index 043199c4..f8abd4ed 100755 --- a/src/freedombone-image-mesh +++ b/src/freedombone-image-mesh @@ -792,6 +792,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