Oh, that would be painful if it hit...

master
Robert "ar" Gerus 2013-03-23 07:37:04 +01:00
parent b1c6f069d9
commit 7077a94512
1 changed files with 1 additions and 3 deletions

View File

@ -17,15 +17,13 @@ HOST_AMANOJAKU="10.24.20.250"
#ROUTER
HOST_KASHA="10.24.0.1"
HOST_KASHA_WAN="192.168.0.11"
set -x
HOST_KASHA_WAN2="$(ip -4 a s dev eth0 | 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
if [[ ! -z "${HOST_KASHA_WAN2}" ]]; then
HAVE_WAN2="/bin/true"
else
HAVE_WAN2="/bin/false"
fi
set +x
#AP
HOST_HYPERION="10.24.0.254"