Skip to content

Commit

Permalink
fix exception about InaccessibleObjectException
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Sep 16, 2024
1 parent d1028a5 commit c549089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/keypass-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ echo "INFO: keypass entrypoint start"
# LOG_LEVEL. Default INFO
[[ "${KEYPASS_LOG_LEVEL}" == "" ]] && export KEYPASS_LOG_LEVEL=INFO

export JDK_JAVA_OPTIONS='--add-opens java.base/java.lang=ALL-UNNAMED'

# Check argument DB_HOST if provided
while [[ $# -gt 0 ]]; do
Expand Down

0 comments on commit c549089

Please sign in to comment.