mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
parent
141d43372b
commit
26b70dca1b
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ stop() {
|
|||
echo "Killing $name (pid $pid) with SIGTERM"
|
||||
kill -TERM $pid
|
||||
# Wait for it to exit.
|
||||
for i in 1 2 3 4 5 6 7 8 9; do
|
||||
for i in 1 2 3 4 5 6 7 8 9 ; do
|
||||
echo "Waiting $name (pid $pid) to die..."
|
||||
status || break
|
||||
sleep 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue