Skip to content

Commit 2a19757

Browse files
vangierpardini
authored andcommitted
hide progress bar of curl
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 823 100 823 0 0 803k 0 --:--:-- --:--:-- --:--:-- 803k
1 parent 43821bd commit 2a19757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Environment="HTTPS_PROXY=$scheme://$http_host/"
177177
EOD
178178
179179
# Get the CA certificate from the proxy and make it a trusted root.
180-
curl $scheme://$http_host/ca.crt > /usr/share/ca-certificates/docker_registry_proxy.crt
180+
curl -sS $scheme://$http_host/ca.crt > /usr/share/ca-certificates/docker_registry_proxy.crt
181181
if fgrep -q "docker_registry_proxy.crt" /etc/ca-certificates.conf ; then
182182
echo "certificate refreshed"
183183
else

0 commit comments

Comments
 (0)