Browse Source

Function checks

Bob Mottram 8 years ago
parent
commit
3c74fc83ba
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-app-tox

+ 2
- 0
src/freedombone-app-tox View File

@@ -267,6 +267,7 @@ function install_tox_node {
267 267
 		return
268 268
 	fi
269 269
 
270
+	function_check mesh_tox_node
270 271
 	mesh_tox_node
271 272
 
272 273
 	TOX_ONION_HOSTNAME=$(add_onion_service tox ${TOX_PORT} ${TOX_PORT})
@@ -314,6 +315,7 @@ function install_tox_client {
314 315
 		return
315 316
 	fi
316 317
 
318
+	function_check mesh_tox_client
317 319
 	mesh_tox_client
318 320
 
319 321
 	echo 'install_tox_client' >> $COMPLETION_FILE