Skip to content

Commit

Permalink
Print zkServer.sh commands
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilash1in committed Apr 23, 2024
1 parent c96d6a4 commit 5dac812
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zookeeper-client/zookeeper-client-c/tests/zkServer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ then
exit 2
fi

echo -n "Running zkServer.sh $@"




Expand Down Expand Up @@ -67,7 +69,7 @@ rm -f "${base_dir}/build/tmp/zk.pid"
fi

# [ZOOKEEPER-820] If lsof command is present, look for a process listening
# on ZOOPORT and kill it.
# on ZOOPORT and kill it.
which lsof &> /dev/null
if [ $? -eq 0 ]
then
Expand Down

0 comments on commit 5dac812

Please sign in to comment.