[Fix] Add missing unixsock name for ncat command
This commit is contained in:
parent
0f28de2bee
commit
3d087e401c
|
@ -113,7 +113,7 @@ reply() (
|
||||||
fwd_reply() (
|
fwd_reply() (
|
||||||
read -r json
|
read -r json
|
||||||
|
|
||||||
if ! output="$(echo "${json}" | ncat --unixsock 2>&1)"; then
|
if ! output="$(echo "${json}" | ncat --unixsock "${response_sock}" 2>&1)"; then
|
||||||
log_error "Cannot write to sock '${response_sock}': ${output}."
|
log_error "Cannot write to sock '${response_sock}': ${output}."
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue