moving back to tier_id from loopback since we need that in more cases than just loopback
This commit is contained in:
parent
933901f933
commit
6739750f31
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ ! -z $new_loopback ]; then
|
if [ ! -z $new_tier_id ]; then
|
||||||
sed -ie '/^LOOPBACK=.*/d' /etc/environment
|
sed -ie '/^TIER_ID=.*/d' /etc/environment
|
||||||
echo "LOOPBACK=$new_loopback" >>/etc/environment
|
echo "TIER_ID=$new_tier_id" >>/etc/environment
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue