ソースを参照

Don't reconfigure tahoelafs

Bob Mottram 8 年 前
コミット
4c67acf8d3
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有1 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 3
    1
      src/freedombone-image-mesh

+ 3
- 1
src/freedombone-image-mesh ファイルの表示

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