diff options
Diffstat (limited to 'bootstrap/vagrant-minimal-onap/tools/config/dot_curlrc')
-rw-r--r-- | bootstrap/vagrant-minimal-onap/tools/config/dot_curlrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bootstrap/vagrant-minimal-onap/tools/config/dot_curlrc b/bootstrap/vagrant-minimal-onap/tools/config/dot_curlrc new file mode 100644 index 000000000..ecf9792f5 --- /dev/null +++ b/bootstrap/vagrant-minimal-onap/tools/config/dot_curlrc @@ -0,0 +1,8 @@ +# Disable progress meter +--silent +# Show error messages +--show-error +# Fail silently on server errors +--fail +# Follow redirections +--location |