From b2bc7bda5f243e787d5d4190117b5a9ff9f900c9 Mon Sep 17 00:00:00 2001 From: Soren Rasmussen Date: Thu, 24 Oct 2024 16:19:04 -0600 Subject: [PATCH] Switching to default -q (no output) for wget since current -nv command still producing too much output in Github CI --- contrib/get_aerosol_climo.sh | 2 +- contrib/get_all_static_data.sh | 2 +- contrib/get_mg_inccn_data.sh | 2 +- contrib/get_thompson_tables.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/get_aerosol_climo.sh b/contrib/get_aerosol_climo.sh index bdb7feab..fdaaf301 100755 --- a/contrib/get_aerosol_climo.sh +++ b/contrib/get_aerosol_climo.sh @@ -10,7 +10,7 @@ print_help() { echo " --help Show this help message and exit." } -verbose="-nv" +verbose="-q" # Parse command-line arguments while [[ "$#" -gt 0 ]]; do case $1 in diff --git a/contrib/get_all_static_data.sh b/contrib/get_all_static_data.sh index ee039a0c..d7d9aa7e 100755 --- a/contrib/get_all_static_data.sh +++ b/contrib/get_all_static_data.sh @@ -10,7 +10,7 @@ print_help() { echo " --help Show this help message and exit." } -verbose="-nv" +verbose="-q" # Parse command-line arguments while [[ "$#" -gt 0 ]]; do case $1 in diff --git a/contrib/get_mg_inccn_data.sh b/contrib/get_mg_inccn_data.sh index c70045c1..6b37ec78 100755 --- a/contrib/get_mg_inccn_data.sh +++ b/contrib/get_mg_inccn_data.sh @@ -10,7 +10,7 @@ print_help() { echo " --help Show this help message and exit." } -verbose="-nv" +verbose="-q" # Parse command-line arguments while [[ "$#" -gt 0 ]]; do case $1 in diff --git a/contrib/get_thompson_tables.sh b/contrib/get_thompson_tables.sh index b1f63232..b40188e7 100755 --- a/contrib/get_thompson_tables.sh +++ b/contrib/get_thompson_tables.sh @@ -10,7 +10,7 @@ print_help() { echo " --help Show this help message and exit." } -verbose="-nv" +verbose="-q" # Parse command-line arguments while [[ "$#" -gt 0 ]]; do case $1 in