zymap commented on code in PR #3649:
URL: https://github.com/apache/bookkeeper/pull/3649#discussion_r1025889343


##########
bin/bookkeeper-daemon.sh:
##########
@@ -108,9 +108,9 @@ rotate_out_log ()
 
 mkdir -p "$BOOKIE_LOG_DIR"
 
-case $startStop in
-  (start)
-    if [ -f $pid_file ]; then
+start()
+{
+  if [ -f $pid_file ]; then

Review Comment:
   line 114 to 130 still have the indent issue. They need to move forward.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to