Skip to content

Commit

Permalink
fix shell format
Browse files Browse the repository at this point in the history
Change-Id: I376b857224234648601fd33b42d04939f4d8cc89
  • Loading branch information
mo-ki committed Nov 25, 2024
1 parent 461f0b1 commit f78c8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omd/packages/rabbitmq/skel/etc/init.d/rabbitmq
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ 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}"
"${RABBITMQ_DIAGNOSTICS}" check_port_connectivity --node "${RABBITMQ_NODENAME}"
}

await_process_start() {
Expand Down

0 comments on commit f78c8e2

Please sign in to comment.