Skip to content

Commit

Permalink
fix: add missing restart command
Browse files Browse the repository at this point in the history
  • Loading branch information
yunnysunny committed Aug 16, 2024
1 parent 2bd943f commit 4b46f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start_kafka.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ do
tail -100 /data/app/log/server.log
RESTART_COUNT=$((RESTART_COUNT+1))
echo "===restart kafka=== $RESTART_COUNT"
/etc/init.d/kafka start
fi
done
exit 1

0 comments on commit 4b46f34

Please sign in to comment.