|  | @@ -7537,6 +7537,11 @@ function install_tox_node {
 | 
	
		
			
			| 7537 | 7537 |    fi
 | 
	
		
			
			| 7538 | 7538 |    make install
 | 
	
		
			
			| 7539 | 7539 |  
 | 
	
		
			
			|  | 7540 | +  if [ ! -f /usr/local/bin/tox-bootstrapd ]; then
 | 
	
		
			
			|  | 7541 | +      echo "File not found /usr/local/bin/tox-bootstrapd"
 | 
	
		
			
			|  | 7542 | +      exit 73862
 | 
	
		
			
			|  | 7543 | +  fi
 | 
	
		
			
			|  | 7544 | +
 | 
	
		
			
			| 7540 | 7545 |    useradd --home-dir /var/lib/tox-bootstrapd --create-home --system --shell /sbin/nologin --comment "Account to run Tox's DHT bootstrap daemon" --user-group tox-bootstrapd
 | 
	
		
			
			| 7541 | 7546 |    chmod 700 /var/lib/tox-bootstrapd
 | 
	
		
			
			| 7542 | 7547 |    if [ ! -f $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf ]; then
 |