some debuging

master
Robert "ar" Gerus 2013-03-23 07:36:23 +01:00
parent ea88cd4a1a
commit b1c6f069d9
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ 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
@ -24,6 +25,7 @@ if [[ -z "${HOST_KASHA_WAN2}" ]]; then
else
HAVE_WAN2="/bin/false"
fi
set +x
#AP
HOST_HYPERION="10.24.0.254"