Browse Source

Function checks

Bob Mottram 9 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
 		return
267
 		return
268
 	fi
268
 	fi
269
 
269
 
270
+	function_check mesh_tox_node
270
 	mesh_tox_node
271
 	mesh_tox_node
271
 
272
 
272
 	TOX_ONION_HOSTNAME=$(add_onion_service tox ${TOX_PORT} ${TOX_PORT})
273
 	TOX_ONION_HOSTNAME=$(add_onion_service tox ${TOX_PORT} ${TOX_PORT})
314
 		return
315
 		return
315
 	fi
316
 	fi
316
 
317
 
318
+	function_check mesh_tox_client
317
 	mesh_tox_client
319
 	mesh_tox_client
318
 
320
 
319
 	echo 'install_tox_client' >> $COMPLETION_FILE
321
 	echo 'install_tox_client' >> $COMPLETION_FILE