mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Fix minor bug in init script found after acceptance test
This commit is contained in:
parent
4b173a5785
commit
cdde296000
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ case "$1" in
|
|||
echo "$name is already running"
|
||||
else
|
||||
start
|
||||
code=$?
|
||||
fi
|
||||
exit $code
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue