1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-06-24 15:24:14 +00:00
Files
mailcow-dockerized/update.sh
T
Javinator9889 a7bd462d74 Update update.sh
*curl* on some systems is failing due to no URL specified (1.1.1.1) and ISP blocking

*curl* needs an URL for working correctly, so sometimes it is failing as it detects **No Internet connection** but there is. In addition, at some countries some ISP did not update their routers and/or network so the Cloudflare DNS `1.1.1.1` are not working either they are blocked. I suggest using `ping` instead of `curl` with a 3 seconds timeout and pinging to Google DNS (8.8.8.8) instead of Cloudflare ones, as they are universally accepted and used.
2019-05-12 10:32:06 +02:00

16 KiB
Executable File