Skip to content

Commit 1b9f8d8

Browse files
authored
Merge pull request NCAR#536 from scrasmussen/input-data-silent-wget-verbosity-fix
Contrib data script's wget verbosity fix
2 parents b195488 + b2bc7bd commit 1b9f8d8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

contrib/get_aerosol_climo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ print_help() {
1010
echo " --help Show this help message and exit."
1111
}
1212

13-
verbose="-nv"
13+
verbose="-q"
1414
# Parse command-line arguments
1515
while [[ "$#" -gt 0 ]]; do
1616
case $1 in

contrib/get_all_static_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ print_help() {
1010
echo " --help Show this help message and exit."
1111
}
1212

13-
verbose="-nv"
13+
verbose="-q"
1414
# Parse command-line arguments
1515
while [[ "$#" -gt 0 ]]; do
1616
case $1 in

contrib/get_mg_inccn_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ print_help() {
1010
echo " --help Show this help message and exit."
1111
}
1212

13-
verbose="-nv"
13+
verbose="-q"
1414
# Parse command-line arguments
1515
while [[ "$#" -gt 0 ]]; do
1616
case $1 in

contrib/get_thompson_tables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ print_help() {
1010
echo " --help Show this help message and exit."
1111
}
1212

13-
verbose="-nv"
13+
verbose="-q"
1414
# Parse command-line arguments
1515
while [[ "$#" -gt 0 ]]; do
1616
case $1 in

0 commit comments

Comments
 (0)