Daniel Gibbs
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
lgsm/functions/check_ip.sh
|
@ -9,7 +9,6 @@ functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
|
if [ -f /.dockerenv ]; then |
|
|
if [ -f /.dockerenv ]; then |
|
|
ip=0.0.0.0 |
|
|
ip=0.0.0.0 |
|
|
return |
|
|
|
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
if [ "${travistest}" != "1" ]; then |
|
|
if [ "${travistest}" != "1" ]; then |
|
|