__netbox: silence curl progress bar

.. but still showing errors if any.
This commit is contained in:
matze 2020-08-22 21:50:54 +02:00
parent ae7ffac6bb
commit ce47cec2e7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ tmpdir=\$(mktemp -d)
cd "\$tmpdir"
# Download and extract sources.
curl -L '$url' > '$archive'
curl -sS -L '$url' > '$archive'
tar xf '$archive'
# Save cdist-upload configuration file.