mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -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"
|
echo "$name is already running"
|
||||||
else
|
else
|
||||||
start
|
start
|
||||||
|
code=$?
|
||||||
fi
|
fi
|
||||||
exit $code
|
exit $code
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue