This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 524ff4a5966 Remove useless comment on start.sh (#37018)
524ff4a5966 is described below
commit 524ff4a5966c6d479904c90adddced1432dc4449
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Nov 6 01:10:44 2025 +0800
Remove useless comment on start.sh (#37018)
---
distribution/proxy/src/main/resources/bin/start.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/distribution/proxy/src/main/resources/bin/start.sh
b/distribution/proxy/src/main/resources/bin/start.sh
index ecc87659d8b..3c81385d2c1 100644
--- a/distribution/proxy/src/main/resources/bin/start.sh
+++ b/distribution/proxy/src/main/resources/bin/start.sh
@@ -84,7 +84,6 @@ fi
CGROUP_MEM_OPTS="${CGROUP_MEM_OPTS:-${DEFAULT_CGROUP_MEM_OPTS}}"
JAVA_OPTS=" -Djava.awt.headless=true "
- # Merge user-defined JVM_OPTS
if [ -n "${JVM_OPTS}" ]; then
JAVA_OPTS="${JAVA_OPTS} ${JVM_OPTS}"
fi