This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new f44b9dfb0 redundant deduplication (#3611)
f44b9dfb0 is described below
commit f44b9dfb00da21e8453c304621b556e5852ab106
Author: DamonXue <[email protected]>
AuthorDate: Thu Mar 14 11:18:03 2024 +0800
redundant deduplication (#3611)
redundant deduplication
---
.../streampark-console-service/src/main/assembly/bin/streampark.sh | 7 -------
1 file changed, 7 deletions(-)
diff --git
a/streampark-console/streampark-console-service/src/main/assembly/bin/streampark.sh
b/streampark-console/streampark-console-service/src/main/assembly/bin/streampark.sh
index a36e34728..5791ec333 100755
---
a/streampark-console/streampark-console-service/src/main/assembly/bin/streampark.sh
+++
b/streampark-console/streampark-console-service/src/main/assembly/bin/streampark.sh
@@ -35,13 +35,6 @@
# used
# -----------------------------------------------------------------------------
-# Bugzilla 37848: When no TTY is available, don't output to console
-have_tty=0
-# shellcheck disable=SC2006
-if [[ "`tty`" != "not a tty" ]]; then
- have_tty=1
-fi
-
# Bugzilla 37848: When no TTY is available, don't output to console
have_tty=0
# shellcheck disable=SC2006