Update update.sh

This commit is contained in:
Marco Ochse 2020-04-22 17:47:57 +02:00 committed by GitHub
parent 775ea76b98
commit 0405a20402
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 # 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."