Don't block execution
This commit is contained in:
parent
e392cded61
commit
2bef91ec8b
3 changed files with 3 additions and 2 deletions
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue