Skip to content

Commit 1969888

Browse files
committed
Trying to remove some seemingly spurious options for better portability
1 parent adc7486 commit 1969888

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
@@ -13,7 +13,7 @@ update_status() {
1313
if [ "$_UPDATE_MODE" == "nc" ]; then
1414
ADDRS={{psij.us_addrs}}
1515
for ADDR in ${ADDRS//,/ }; do
16-
echo "{{job.id}} $STATUS" | nc -q0 -w0 -4 -u $ADDR {{psij.us_port}}
16+
echo "{{job.id}} $STATUS" | nc -4 -u $ADDR {{psij.us_port}}
1717
done
1818
else
1919
echo "{{job.id}} $STATUS" >> {{psij.us_file}}

0 commit comments

Comments
 (0)