From 46150dd30a25d8132661e8df8b0623bbe9329199 Mon Sep 17 00:00:00 2001 From: dmotte <37443982+dmotte@users.noreply.github.com> Date: Fri, 28 Jun 2024 00:18:13 +0200 Subject: [PATCH] Improved socat commands --- example/remote/lognot-get.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/remote/lognot-get.sh b/example/remote/lognot-get.sh index e3451b1..289c48f 100644 --- a/example/remote/lognot-get.sh +++ b/example/remote/lognot-get.sh @@ -20,8 +20,7 @@ tail -f /var/log/supervisor/portmap-ssh-stderr-* | withprefix 'portmap-ssh.E: ' & rm -f /tmp/lognot-misc.sock -socat UNIX-LISTEN:/tmp/lognot-misc.sock,mode=666,fork STDOUT | - withprefix 'misc: ' & +socat UNIX-LISTEN:/tmp/lognot-misc.sock,mode=666,fork - | withprefix 'misc: ' & wait # until all jobs finish trap - EXIT