master
Robert "ar" Gerus 2013-03-23 07:38:58 +01:00
parent 7077a94512
commit 04105bfcd9
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ HOST_KASHA_WAN2="$(ip -4 a s dev eth0 | awk '$1 == "inet" && $2 != "192.168.0.11
# will allow us to do things like: if ${HAVE_WAN2}; then ...
if [[ ! -z "${HOST_KASHA_WAN2}" ]]; then
HAVE_WAN2="/bin/true"
HOST_KASHA_WAN2="${HOST_KASHA_WAN2%/*}"
else
HAVE_WAN2="/bin/false"
fi