Skip to content

Commit

Permalink
rabbitmq init: avoid encoding warning
Browse files Browse the repository at this point in the history
Change-Id: I4a33ea6c90c1d0b03e06e5ae69369f8cb49579f7
  • Loading branch information
mo-ki committed Nov 25, 2024
1 parent 4f81ca1 commit fede9c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions omd/packages/rabbitmq/skel/etc/init.d/rabbitmq
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ await_process_stop() {
}

rabbitmq_accepting_connections() {
LANG="C.utf8" \ # set locale to avoid irrelevant warnings in log
LC_CTYPE="C.utf8" \
"${RABBITMQ_DIAGNOSTICS}" check_port_connectivity --node "${RABBITMQ_NODENAME}"
}

Expand Down

0 comments on commit fede9c9

Please sign in to comment.