From 4d3026d7c40fed72d0d4fc36af19329d57387f95 Mon Sep 17 00:00:00 2001 From: toby Date: Mon, 10 Sep 2018 18:21:04 +0200 Subject: [PATCH] fixing a damn typo... --- debian/wit-network-config.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/wit-network-config.postinst b/debian/wit-network-config.postinst index 3383496..b789c0b 100755 --- a/debian/wit-network-config.postinst +++ b/debian/wit-network-config.postinst @@ -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