From: Steven Baltakatei Sandoval Date: Wed, 1 Jul 2020 19:25:47 +0000 (+0000) Subject: fix(bkgpslog): Fix broken working dir name X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/commitdiff_plain/aa2a49f124fb37856d7dc19b66cee3392440c8b5?hp=aa2a49f124fb37856d7dc19b66cee3392440c8b5 fix(bkgpslog): Fix broken working dir name - Fix broken working dir variable (was missing script start time) - Remove UTC as default TZ (will use parent shell's env var TZ). Can still be customized using `--time-zone` option - Add logic for creating temporary working directory for possible future `--temp-dir` option. Working dir hard defaults to `/dev/shm` (tmpfs) for now. ---