doh... typo...
This commit is contained in:
parent
f7738182af
commit
01d5a92771
|
@ -85,7 +85,7 @@ case "$1" in
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
PUBLICLOIP=$(dig_a public.loopback.${HOSTNAME}) || true
|
PUBLICLOIP=$(dig_a public.loopback.${HOSTNAME}) || true
|
||||||
if [[ ! -z PUBLICLOIP ]]; then
|
if [[ ! -z $PUBLICLOIP ]]; then
|
||||||
cat <<-EOF >>$IFCONFIG
|
cat <<-EOF >>$IFCONFIG
|
||||||
iface lo inet static
|
iface lo inet static
|
||||||
address ${PUBLICLOIP}/32
|
address ${PUBLICLOIP}/32
|
||||||
|
|
Loading…
Reference in New Issue