Skip to content

Commit 212d5e6

Browse files
authored
Update entrypoint.sh
1 parent ef7ee24 commit 212d5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ if [ "$verify_ssl" = false ]; then
201201
fi
202202

203203
if [ "$verify_ssl" = true ] && [ -n "$base64_encoded_ca_bundle" ]; then
204-
echo $base64_encoded_ca_bundle | base64 --decode > /ca_bundle.crt
204+
echo $base64_encoded_ca_bundle | base64 -d > /ca_bundle.crt
205205
options="$options -cacert /ca_bundle.crt"
206206
fi
207207

0 commit comments

Comments
 (0)