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

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 Netlify looks good, now downloading latest translation maps." echo "Connection to Netlify looks good, now downloading latest translation maps."