Don't reconfigure tahoelafs
This commit is contained in:
parent
4115b41f48
commit
4c67acf8d3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue