Skip to content

Commit 2b64908

Browse files
committed
A version that should work with netcat-classic in the flux container.
1 parent 3afb094 commit 2b64908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/psij/executors/batch/common/batch_lib.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ update_status() {
2424
elif [ "$_UPDATE_MODE" == "nc2" ]; then
2525
ADDRS={{psij.us_addrs}}
2626
for ADDR in ${ADDRS//,/ }; do
27-
echo "{{job.id}} $STATUS" | nc -w0 -q0 -4 -u $ADDR {{psij.us_port}}
27+
echo "{{job.id}} $STATUS" | nc -q0 -u $ADDR {{psij.us_port}}
2828
done
2929
else
3030
echo "{{job.id}} $STATUS" >> {{psij.us_file}}

0 commit comments

Comments
 (0)