Bob Mottram 8 лет назад
Родитель
Сommit
4c67acf8d3
Аккаунт пользователя с таким Email не найден
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