Commit 0d86ee79db4f3b8d46abd0700354576da37eda44

Authored by Chris Bellas
1 parent 5616ea08bd

Updated DTAG translation maps urls

Showing 1 changed file with 3 additions and 3 deletions

CEPTD/docker/logstash/dist/update.sh View file @ 0d86ee7
... ... @@ -22,13 +22,13 @@
22 22 }
23 23  
24 24 # Check for connectivity and download latest translation maps
25   -myCHECK=$(fuCHECKINET "dtag-dev-sec.netlify.com")
  25 +myCHECK=$(fuCHECKINET "listbot.sicherheitstacho.eu")
26 26 if [ "$myCHECK" == "0" ];
27 27 then
28 28 echo "Connection to Netlify looks good, now downloading latest translation maps."
29 29 cd /etc/listbot
30   - aria2c -s16 -x 16 https://dtag-dev-sec.netlify.com/cve.yaml.bz2 && \
31   - aria2c -s16 -x 16 https://dtag-dev-sec.netlify.com/iprep.yaml.bz2 && \
  30 + aria2c -s16 -x 16 https://listbot.sicherheitstacho.eu/cve.yaml.bz2 && \
  31 + aria2c -s16 -x 16 https://listbot.sicherheitstacho.eu/iprep.yaml.bz2 && \
32 32 bunzip2 -f *.bz2
33 33 cd /
34 34 else