Browse Source

Return of the reboot

Bob Mottram 9 years ago
parent
commit
0dffbbb920
No account linked to committer's email
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-image-mesh

+ 1
- 0
src/freedombone-image-mesh View File

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