Don't block execution

This commit is contained in:
Quentin 2020-01-23 11:34:18 +01:00
parent e392cded61
commit 2bef91ec8b
3 changed files with 3 additions and 2 deletions

View file

@ -52,6 +52,7 @@ RUN dnf install -y \
openssl \ openssl \
libzstd \ libzstd \
xz-libs \ xz-libs \
moreutils \
gstreamer1 \ gstreamer1 \
gstreamer1-plugins-base \ gstreamer1-plugins-base \
gstreamer1-plugins-good \ gstreamer1-plugins-good \

View file

@ -5,7 +5,7 @@ cd $5/shared
echo -e 'authenticate ""\nsetevents extended circ circ_minor stream orconn addrmap status_general status_client guard info notice warn err newdesc descchanged ns status_server stream_bw clients_seen hs_desc network_liveness' | \ echo -e 'authenticate ""\nsetevents extended circ circ_minor stream orconn addrmap status_general status_client guard info notice warn err newdesc descchanged ns status_server stream_bw clients_seen hs_desc network_liveness' | \
nc --no-shutdown 127.0.0.1 9051 | \ nc --no-shutdown 127.0.0.1 9051 | \
ts \ ts \
> ../log/server-tor-events-stdout.log 2> ../log/server-tor-events-stderr.log > ../log/server-tor-events-stdout.log 2> ../log/server-tor-events-stderr.log &
donar \ donar \
-a dup2 \ -a dup2 \

View file

@ -5,7 +5,7 @@ cd $6/shared
echo -e 'authenticate ""\nsetevents extended circ circ_minor stream orconn addrmap status_general status_client guard info notice warn err newdesc descchanged ns status_server stream_bw clients_seen hs_desc network_liveness' | \ echo -e 'authenticate ""\nsetevents extended circ circ_minor stream orconn addrmap status_general status_client guard info notice warn err newdesc descchanged ns status_server stream_bw clients_seen hs_desc network_liveness' | \
nc --no-shutdown 127.0.0.1 9051 | \ nc --no-shutdown 127.0.0.1 9051 | \
ts \ ts \
> ../log/server-tor-events-stdout.log 2> ../log/server-tor-events-stderr.log > ../log/server-tor-events-stdout.log 2> ../log/server-tor-events-stderr.log &
donar \ donar \
-a lightning \ -a lightning \