Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkChar (0.19 sec)

  1. cluster/gce/upgrade.sh

      wget -P "${download_dir}" "https://github.com/coredns/corefile-migration/releases/download/v1.0.17/corefile-tool-${host_arch}" >/dev/null 2>&1
    
      local -r checkSHA=$(sha256sum "${download_dir}/corefile-tool-${host_arch}" | cut -d " " -f 1)
      if [[ "${checkSHA}" != "${corefile_tool_SHA}" ]]; then
        echo "!!! CheckSum for the CoreDNS migration tool did not match !!!" >&2
        exit 1
      fi
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 25.2K bytes
    - Viewed (0)
Back to top