Move detection code to separate scripts for easy customization

master
bbruns 2010-12-18 21:55:32 +00:00
parent bde43afb97
commit afedda2201
1 changed files with 1 additions and 1 deletions

View File

@ -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