Function checks
This commit is contained in:
parent
b07be78a84
commit
3c74fc83ba
|
@ -267,6 +267,7 @@ function install_tox_node {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
function_check mesh_tox_node
|
||||||
mesh_tox_node
|
mesh_tox_node
|
||||||
|
|
||||||
TOX_ONION_HOSTNAME=$(add_onion_service tox ${TOX_PORT} ${TOX_PORT})
|
TOX_ONION_HOSTNAME=$(add_onion_service tox ${TOX_PORT} ${TOX_PORT})
|
||||||
|
@ -314,6 +315,7 @@ function install_tox_client {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
function_check mesh_tox_client
|
||||||
mesh_tox_client
|
mesh_tox_client
|
||||||
|
|
||||||
echo 'install_tox_client' >> $COMPLETION_FILE
|
echo 'install_tox_client' >> $COMPLETION_FILE
|
||||||
|
|
Loading…
Reference in New Issue