diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-14 09:59:24 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-14 09:59:29 +0200 |
commit | 3b73a97fb3b2f12c34faa464077da04a37e9b6b3 (patch) | |
tree | 089c912205b51a7c705699b68adfc219c89fe4d5 | |
parent | cdb8348951c88c59984f4765e24212ed844c68c2 (diff) | |
download | archlinuxewe-3b73a97fb3b2f12c34faa464077da04a37e9b6b3.tar.xz |
build-all-with-docker: remove log pipes
-rwxr-xr-x | build-all-with-docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-all-with-docker b/build-all-with-docker index 091c97225..4c6a25dc4 100755 --- a/build-all-with-docker +++ b/build-all-with-docker @@ -91,3 +91,4 @@ while docker ps --no-trunc | grep -wF "${ids}"; do done check_and_commit_package_updates +rm -f */logpipe.* |