one more place

master
Robert "ar" Gerus 2013-05-12 17:34:22 +02:00
parent 3c26dc8d41
commit 78b33b8942
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ HOST_AMANOJAKU="10.24.20.250"
#ROUTER
HOST_KASHA="10.24.0.1"
HOST_KASHA_WAN="192.168.0.11"
HOST_KASHA_WAN2="$(ip -4 a s dev eth0 | awk '$1 == "inet" && $2 != "192.168.0.11/24" { print $2; exit }')"
HOST_KASHA_WAN2="$(ip -4 a s dev ${IF_WAN} | awk '$1 == "inet" && $2 != "192.168.0.11/24" { print $2; exit }')"
# will allow us to do things like: if ${HAVE_WAN2}; then ...
if [[ ! -z "${HOST_KASHA_WAN2}" ]]; then
HAVE_WAN2="/bin/true"