Explorar el Código

Added additional Check for Docker Hub

DerLinkman hace 2 años
padre
commit
0b00f15811
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      update.sh

+ 1 - 1
update.sh

@@ -3,7 +3,7 @@
 ############## Begin Function Section ##############
 
 check_online_status() {
-  CHECK_ONLINE_DOMAINS=('https://github.com')
+  CHECK_ONLINE_DOMAINS=('https://github.com' 'https://hub.docker.com')
   for domain in "${CHECK_ONLINE_DOMAINS[@]}"; do
     if timeout 3 curl --head --silent --output /dev/null ${domain}; then
       return 0