Move detection code to separate scripts for easy customization
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…
Reference in New Issue