Don't reconfigure tahoelafs

This commit is contained in:
Bob Mottram 2016-08-30 23:25:17 +01:00
parent 4115b41f48
commit 4c67acf8d3
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 3 additions and 1 deletions

View File

@ -479,6 +479,7 @@ function create_tox_user {
chmod +x /home/$MY_USERNAME/Desktop/*.desktop
chown ${MY_USERNAME}:${MY_USERNAME} /home/$MY_USERNAME/Desktop/*
echo $'Created Tox user' >> $INSTALL_LOG
}
function show_desktop_icons {
@ -755,6 +756,7 @@ function setup_tahoelafs {
if [ ! -f ${TAHOELAFS_CONFIG} ]; then
exit 673923
fi
echo $'Configured Tahoe-LAFS' >> $INSTALL_LOG
}
# whether to reset the identity
@ -812,7 +814,7 @@ if [ -f $MESH_INSTALL_SETUP ]; then
fi
configure_toxcore
create_tox_user
setup_tahoelafs
#setup_tahoelafs
setup_ipfs
mesh_amnesic