mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 10:01:05 +01:00 
			
		
		
		
	Remove duplicate function
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
		
							parent
							
								
									f3c40086ac
								
							
						
					
					
						commit
						3fc5866de0
					
				@ -176,19 +176,6 @@ func (t *TailscaleInContainer) Version() string {
 | 
			
		||||
	return t.version
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (t *TailscaleInContainer) WaitForReady() error {
 | 
			
		||||
	return t.pool.Retry(func() error {
 | 
			
		||||
		// If tailscaled has not started yet, this will return a non-zero
 | 
			
		||||
		// status code
 | 
			
		||||
		_, err := t.Execute([]string{"tailscale", "status"})
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			return err
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		return nil
 | 
			
		||||
	})
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (t *TailscaleInContainer) Execute(
 | 
			
		||||
	command []string,
 | 
			
		||||
) (string, string, error) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user