Bob Mottram 9 년 전
부모
커밋
167e1be654
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/freedombone-image-mesh

+ 1
- 0
src/freedombone-image-mesh 파일 보기

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