Mercurial > p > roundup > code
diff scripts/Docker/docker-compose.yml @ 7678:095f379bf639
fix: do not use -a as argument to test
Apparently now well defined. Suggest using
if [ ... ] && [ ... ]; then
rather than
if [ ... -a ... ]; then
with complex ... expressions.
Courtesy of https://www.shellcheck.net/
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 24 Oct 2023 22:00:16 -0400 |
| parents | 34cbd0e633d2 |
| children |
