Skip to content

Commit 912b99c

Browse files
spenny-jayashovlin
authored andcommitted
Update bootstrap-al2023.sh
1 parent ef4f319 commit 912b99c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Libraries/src/Amazon.Lambda.RuntimeSupport/bootstrap-al2023.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# This means the default cert bundle file is double loaded causing a cold start performance hit. This logic
88
# sets the SSL_CERT_FILE to an empty file if SSL_CERT_FILE hasn't been explicitly
99
# set. This avoid the double load of the default cert bundle file.
10-
if [ -z "${SSL_CERT_FILE}"]; then
10+
if [ -z "${SSL_CERT_FILE}" ]; then
1111
export SSL_CERT_FILE="/var/runtime/empty-certificates.crt"
1212
fi
1313

@@ -129,4 +129,4 @@ else
129129
else
130130
exec -- "${AWS_LAMBDA_EXEC_WRAPPER}" "${DOTNET_BIN}" "${DOTNET_EXEC}" "${DOTNET_ARGS[@]}"
131131
fi
132-
fi
132+
fi

0 commit comments

Comments
 (0)