mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-04 22:12:12 +00:00
Update update.sh
This commit is contained in:
parent
775ea76b98
commit
0405a20402
1 changed files with 1 additions and 1 deletions
2
docker/elk/logstash/dist/update.sh
vendored
2
docker/elk/logstash/dist/update.sh
vendored
|
@ -22,7 +22,7 @@ for i in $mySITES;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check for connectivity and download latest translation maps
|
# Check for connectivity and download latest translation maps
|
||||||
myCHECK=$(fuCHECKINET "dtag-dev-sec.netlify.com")
|
myCHECK=$(fuCHECKINET "80.158.38.137")
|
||||||
if [ "$myCHECK" == "0" ];
|
if [ "$myCHECK" == "0" ];
|
||||||
then
|
then
|
||||||
echo "Connection to Github looks good, now downloading latest translation maps."
|
echo "Connection to Github looks good, now downloading latest translation maps."
|
||||||
|
|
Loading…
Reference in a new issue