Browse Source

fix 0.0.0.0 return

pull/2101/head
Josh 6 years ago
parent
commit
72a4385619
  1. 1
      lgsm/functions/check_ip.sh

1
lgsm/functions/check_ip.sh

@ -10,6 +10,7 @@ local commandname="CHECK"
# This doesn't need to be an if/else
if [ -f /.dockerenv ]; then
ip=0.0.0.0
return
fi
if [ "${shortname}" != "ts3" ]&&[ "${shortname}" != "mumble" ]&&[ "${travistest}" != "1" ]; then

Loading…
Cancel
Save