Skip to content

Commit

Permalink
add ubuntu and nginx domains to the network check script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn authored Sep 19, 2024
1 parent f8022c8 commit 6bd16cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provision/provision-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ function network_check() {
"https://getcomposer.org" # composer is used for lots of sites and provisioners
"https://packagist.org" # Composer Packages
"https://mariadb.gb.ssimn.org" # MariaDB mirror
"http://ports.ubuntu.com/"
"https://nginx.org/packages/mainline/"
)
declare -a failed_hosts=()
for url in "${hosts_to_test[@]}"; do
Expand Down

0 comments on commit 6bd16cc

Please sign in to comment.