瀏覽代碼

Don't reconfigure tahoelafs

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

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

479
 
479
 
480
     chmod +x /home/$MY_USERNAME/Desktop/*.desktop
480
     chmod +x /home/$MY_USERNAME/Desktop/*.desktop
481
     chown ${MY_USERNAME}:${MY_USERNAME} /home/$MY_USERNAME/Desktop/*
481
     chown ${MY_USERNAME}:${MY_USERNAME} /home/$MY_USERNAME/Desktop/*
482
+    echo $'Created Tox user' >> $INSTALL_LOG
482
 }
483
 }
483
 
484
 
484
 function show_desktop_icons {
485
 function show_desktop_icons {
755
     if [ ! -f ${TAHOELAFS_CONFIG} ]; then
756
     if [ ! -f ${TAHOELAFS_CONFIG} ]; then
756
         exit 673923
757
         exit 673923
757
     fi
758
     fi
759
+    echo $'Configured Tahoe-LAFS' >> $INSTALL_LOG
758
 }
760
 }
759
 
761
 
760
 # whether to reset the identity
762
 # whether to reset the identity
812
     fi
814
     fi
813
     configure_toxcore
815
     configure_toxcore
814
     create_tox_user
816
     create_tox_user
815
-    setup_tahoelafs
817
+    #setup_tahoelafs
816
     setup_ipfs
818
     setup_ipfs
817
     mesh_amnesic
819
     mesh_amnesic
818
 
820