Skip to content

Commit

Permalink
Mute Buddy warnings (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
djklim87 authored Nov 1, 2023
1 parent 8140aa5 commit 8b10064
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ docker_setup_env() {
fi

MCL="1"

else
if [[ $(du /usr/bin/manticore-executor | awk '{print $1}') -eq 0 ]]; then

This comment has been minimized.

Copy link
@sanikolaev

sanikolaev Nov 2, 2023

Collaborator
if [ ! -s /usr/bin/manticore-executor ]; then

?

This comment has been minimized.

Copy link
@sanikolaev

sanikolaev Nov 2, 2023

Collaborator
export searchd_buddy_path=
fi

fi

if [[ "${MCL}" == "1" ]]; then
Expand Down
2 changes: 2 additions & 0 deletions manticore.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ searchd {
# https://manual.manticoresearch.com/Server_settings/Searchd#binlog_path
# binlog_path =
# buddy_path =
# https://manual.manticoresearch.com/Server_settings/Searchd#client_timeout
# client_timeout = 300
Expand Down

0 comments on commit 8b10064

Please sign in to comment.