Bob Mottram 9 年前
父节点
当前提交
167e1be654
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/freedombone-image-mesh

+ 1
- 0
src/freedombone-image-mesh 查看文件

792
 	if [ ! -f $MESH_INSTALL_COMPLETED ]; then
792
 	if [ ! -f $MESH_INSTALL_COMPLETED ]; then
793
 		echo $'Mesh node setup complete' >> $INSTALL_LOG
793
 		echo $'Mesh node setup complete' >> $INSTALL_LOG
794
 		touch $MESH_INSTALL_COMPLETED
794
 		touch $MESH_INSTALL_COMPLETED
795
+		reboot
795
 	fi
796
 	fi
796
 fi
797
 fi
797
 
798