We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e630493 commit 28c75beCopy full SHA for 28c75be
entrypoint.sh
@@ -98,11 +98,13 @@ options="--http1.1 --fail-with-body"
98
99
if [ "$verbose" = true ]; then
100
options="$options -v"
101
- # The -s disables the progress meter, as well as error messages.
102
- # We want Curl to report errors, which we reenable with -S
103
options="$options -sS"
104
elif [ "$silent" = true ]; then
105
options="$options -s"
+else
+ # The -s disables the progress meter, as well as error messages.
106
+ # We want Curl to report errors, which we reenable with -S
107
+ options="$options -sS"
108
fi
109
110
if [ "$verify_ssl" = false ]; then
0 commit comments