__netbox: silence curl progress bar
.. but still showing errors if any.
This commit is contained in:
parent
ae7ffac6bb
commit
ce47cec2e7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue