Update update.sh

This commit is contained in:
Marco Ochse 2020-04-22 17:48:32 +02:00 committed by GitHub
parent a6c8d3d712
commit ed73d83317
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ for i in $mySITES;
}
# Check for connectivity and download latest translation maps
myCHECK=$(fuCHECKINET "dtag-dev-sec.netlify.com")
myCHECK=$(fuCHECKINET "80.158.38.137")
if [ "$myCHECK" == "0" ];
then
echo "Connection to Netlify looks good, now downloading latest translation maps."