From 6739750f316b283a689a83869e37297685491460 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 8 Aug 2018 21:45:07 +0000 Subject: [PATCH] moving back to tier_id from loopback since we need that in more cases than just loopback --- files/dhcp-loopback | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/dhcp-loopback b/files/dhcp-loopback index 853e7ae..a08ea0f 100755 --- a/files/dhcp-loopback +++ b/files/dhcp-loopback @@ -1,6 +1,6 @@ #!/bin/bash -if [ ! -z $new_loopback ]; then - sed -ie '/^LOOPBACK=.*/d' /etc/environment - echo "LOOPBACK=$new_loopback" >>/etc/environment +if [ ! -z $new_tier_id ]; then + sed -ie '/^TIER_ID=.*/d' /etc/environment + echo "TIER_ID=$new_tier_id" >>/etc/environment fi