Skip to content

Commit 1dce821

Browse files
rainerjungTHausherr
authored andcommitted
Return correct result code from start script (#2314)
1 parent 8eac01b commit 1dce821

File tree

1 file changed

+1
-1
lines changed
  • tika-server/tika-server-standard/bin

1 file changed

+1
-1
lines changed

tika-server/tika-server-standard/bin/tika

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,5 +563,5 @@ function start_tika() {
563563

564564
if [[ "$SCRIPT_CMD" == "start" ]]; then
565565
start_tika "$FG" "$ADDITIONAL_CMD_OPTS"
566-
exit 1
566+
exit $?
567567
fi

0 commit comments

Comments
 (0)