Function checks

This commit is contained in:
Bob Mottram 2016-07-26 19:30:12 +01:00
parent b07be78a84
commit 3c74fc83ba
1 changed files with 2 additions and 0 deletions

View File

@ -267,6 +267,7 @@ function install_tox_node {
return
fi
function_check mesh_tox_node
mesh_tox_node
TOX_ONION_HOSTNAME=$(add_onion_service tox ${TOX_PORT} ${TOX_PORT})
@ -314,6 +315,7 @@ function install_tox_client {
return
fi
function_check mesh_tox_client
mesh_tox_client
echo 'install_tox_client' >> $COMPLETION_FILE