Skip to content

Commit 33a8f41

Browse files
committed
Small touchup of stderr output.
Signed-off-by: Marios Andreopoulos <opensource@andmarios.com>
1 parent 7a587b9 commit 33a8f41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/run.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ Note: if you use a PORT lower than 1024, please note that kafka-connect-ui can
9393
now run under any user. In the future a non-root user may become the default.
9494
In this case you will have to explicitly allow binding to such ports, either by
9595
setting the root user or something like '--sysctl net.ipv4.ip_unprivileged_port_start=0'.
96-
Activating privacy features... done."
97-
http://0.0.0.0:$PORT"
96+
97+
Activating privacy features... done.
98+
http://0.0.0.0:$PORT
9899
EOF
99100
} 1>&2
100101

0 commit comments

Comments
 (0)