Browse Source

nl

pull/2953/head
Daniel Gibbs 5 years ago
parent
commit
4f397c4233
  1. 4
      lgsm/functions/info_distro.sh

4
lgsm/functions/info_distro.sh

@ -238,14 +238,14 @@ if [ -z "${extip}" ]; then
if [ -f "${tmpdir}/extip.txt" ]; then if [ -f "${tmpdir}/extip.txt" ]; then
extip=$(cat "${tmpdir}/extip.txt") extip=$(cat "${tmpdir}/extip.txt")
else else
fn_print_error "Unable to get external IP" fn_print_error_nl "Unable to get external IP"
fi fi
fi fi
else else
if [ -f "${tmpdir}/extip.txt" ]; then if [ -f "${tmpdir}/extip.txt" ]; then
extip=$(cat "${tmpdir}/extip.txt") extip=$(cat "${tmpdir}/extip.txt")
else else
fn_print_error "Unable to get external IP" fn_print_error_nl "Unable to get external IP"
fi fi
fi fi
fi fi

Loading…
Cancel
Save