mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Docker: Redirect wget output to /dev/null
This commit is contained in:
parent
0a7ed30cbb
commit
8fab975800
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ function upload_file {
|
|||
URL=$1
|
||||
FILE=$2
|
||||
CONTENT_TYPE=$3
|
||||
wget --quiet --method=PUT --header="content-type: ${CONTENT_TYPE}" --header="cache-control: no-cache" --body-file="${FILE}" "${URL}"
|
||||
wget --quiet --output-document=- --method=PUT --header="content-type: ${CONTENT_TYPE}" --header="cache-control: no-cache" --body-file="${FILE}" "${URL}" > /dev/null
|
||||
}
|
||||
|
||||
# Get cp2k sources.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue