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