From: Steven Baltakatei Sandoval Date: Thu, 2 Jul 2020 16:05:04 +0000 (+0000) Subject: feat(bkgpslog):Force ordered write operations with wait X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/commitdiff_plain/872c737e707a757ea1e33d3b7a0ed96881d72de4?ds=inline;hp=872c737e707a757ea1e33d3b7a0ed96881d72de4 feat(bkgpslog):Force ordered write operations with wait Use `wait` built-in to force each detached process that appends location data to the output tar to wait until all other detached processes complete. This will prevent the magicWriteBuffer() and appendArgTar() functions from attempting to append to the same tar at the same time, causing script failure. ---