Skip to content

Commit 95aafc8

Browse files
committed
fixup
Signed-off-by: Anatolii Bazko <[email protected]>
1 parent 8be33c7 commit 95aafc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/ubi10/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace_user_home() {
66
echo "$1" | sed "s|^/home/tooling|$HOME|"
77
}
88

9-
java_import_ca_bundle() {
9+
jdk_import_ca_bundle() {
1010
CA_BUNDLE="${JDK_CA_BUNDLE:-/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem}"
1111
KEYSTORE_PASSWORD="${JDK_KEYSTORE_PASSWORD:-changeit}"
1212

@@ -257,6 +257,6 @@ if [ -d /home/tooling/.config ]; then
257257
echo "Finished creating .config symlinks."
258258
fi
259259

260-
java_import_ca_bundle &
260+
jdk_import_ca_bundle &
261261

262262
exec "$@"

0 commit comments

Comments
 (0)