Browse Source

Update check_ip.sh

pull/2101/head
Daniel Gibbs 5 years ago
committed by GitHub
parent
commit
15ee7fc51b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lgsm/functions/check_ip.sh

1
lgsm/functions/check_ip.sh

@ -9,7 +9,6 @@ functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
if [ -f /.dockerenv ]; then
ip=0.0.0.0
return
fi
if [ "${travistest}" != "1" ]; then

Loading…
Cancel
Save