Skip to content

Commit

Permalink
fix run_uniconfig.sh script
Browse files Browse the repository at this point in the history
revert uncommented comment
  • Loading branch information
Jozefiel authored Apr 3, 2023
1 parent 4dcff28 commit 7933f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/uniconfig/run_uniconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DEBUG_PARAMETER="--debug"
UNICONFIG_ID=${CONTAINER_ID:=1}
PROXY_ENABLED=${PROXY_ENABLED:="false"}

set sensitive env variables from docker secrets
# set sensitive env variables from docker secrets
if [[ -f "/set_env_secrets.sh" ]]; then
. /set_env_secrets.sh ''
fi
Expand Down Expand Up @@ -103,4 +103,4 @@ if [ $enabled_debugging -eq 1 ]; then
else
java "--add-opens" "java.base/java.lang=ALL-UNNAMED" "-Xmx${JAVA_MAX_MEM}" -cp "${JAR_DIRS}" "${MAIN_CLASS}" "--spring.config.location=${CONFIG}" "$@"
fi
unset enabled_debugging
unset enabled_debugging

0 comments on commit 7933f61

Please sign in to comment.