From afedda2201e23882da5c3a8b24c052d1256e4475 Mon Sep 17 00:00:00 2001 From: bbruns Date: Sat, 18 Dec 2010 21:55:32 +0000 Subject: [PATCH] Move detection code to separate scripts for easy customization --- bin/firewall-sosdg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/firewall-sosdg b/bin/firewall-sosdg index 3761f57..e49ad9c 100755 --- a/bin/firewall-sosdg +++ b/bin/firewall-sosdg @@ -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