Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 7933f61

Browse files
authored
fix run_uniconfig.sh script
revert uncommented comment
1 parent 4dcff28 commit 7933f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/uniconfig/run_uniconfig.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DEBUG_PARAMETER="--debug"
99
UNICONFIG_ID=${CONTAINER_ID:=1}
1010
PROXY_ENABLED=${PROXY_ENABLED:="false"}
1111

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

0 commit comments

Comments
 (0)