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