Skip to content

Commit

Permalink
fix: comments unused port
Browse files Browse the repository at this point in the history
  • Loading branch information
lijiangnan committed Apr 26, 2024
1 parent dc09fc0 commit fec297c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/sbin/start-zks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ IFS=$'\n'
for line in $(parse_host conf/hosts zookeeper)
do
host=$(echo "$line" | awk -F ' ' '{print $1}')
port=$(echo "$line" | awk -F ' ' '{print $2}')
# port=$(echo "$line" | awk -F ' ' '{print $2}')
dir=$(echo "$line" | awk -F ' ' '{print $3}')

# echo "start zookeeper in $dir with endpoint $host:$port "
Expand Down

0 comments on commit fec297c

Please sign in to comment.