瀏覽代碼

Return of the reboot

Bob Mottram 8 年之前
父節點
當前提交
0dffbbb920
沒有帳戶連結到提交者的電子郵件
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/freedombone-image-mesh

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

@@ -812,6 +812,7 @@ if [ -f $MESH_INSTALL_SETUP ]; then
812 812
     if [ ! -f $MESH_INSTALL_COMPLETED ]; then
813 813
         echo $'Mesh node setup complete' >> $INSTALL_LOG
814 814
         touch $MESH_INSTALL_COMPLETED
815
+		reboot
815 816
     fi
816 817
 fi
817 818