Move detection code to separate scripts for easy customization
This commit is contained in:
		
							parent
							
								
									bde43afb97
								
							
						
					
					
						commit
						afedda2201
					
				@ -111,7 +111,7 @@ if [[ "$EXTIF" == "auto" ]]; then
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if [[ "$EXTIP" == "auto" ]]; then
 | 
			
		||||
	EXTIP=`$EXTIP_FIND`
 | 
			
		||||
	EXTIP=`$EXTIP_FIND ${EXTIF}`
 | 
			
		||||
	display_c YELLOW "Found default interface IP at: ${BLUE}${EXTIP}${DEFAULT_COLOR}"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user