fixing a damn typo...

This commit is contained in:
toby 2018-09-10 18:21:04 +02:00
parent 7d30951603
commit 4d3026d7c4
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ case "$1" in
export TIER_ID=$(echo $LOOPBACKv4 | cut -d . -f 3)
export NODE_ID=$(echo $LOOPBACKv4 | cut -d . -f 4)
if [ -z $LOOPBACKv4 ] || [ -z $LOOPaBACKv6 ]; then
echo "unable to find my LOOPBACK IP: $LOOPBACKv4/$LOOPaBACKv6"
if [ -z $LOOPBACKv4 ] || [ -z $LOOPBACKv6 ]; then
echo "unable to find my LOOPBACK IP: $LOOPBACKv4/$LOOPBACKv6"
exit 2
fi
if [ -z "$TIER_ID" ] || [ -z "$NODE_ID" ]; then