Skip to content

Commit b620e79

Browse files
authored
sandbox: drop redundant sync after multi-node port-file write (#1458)
Signed-off-by: gwarmstrong <gwarmstrong@users.noreply.github.com> Co-authored-by: gwarmstrong <gwarmstrong@users.noreply.github.com>
1 parent da13abd commit b620e79

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dockerfiles/sandbox/start-with-nginx.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ if [ "$NODE_COUNT" -gt 1 ]; then
562562
echo "${i}:${ACTUAL_WORKER_PORTS[$((i-1))]}" >> "$PORTS_FILE"
563563
done
564564
echo "PORT_REPORT_COMPLETE" >> "$PORTS_FILE"
565-
sync
566565
echo "[$_H] Port assignments written to $PORTS_FILE"
567566
fi
568567

0 commit comments

Comments
 (0)