Allow nested tmux sessions

This commit is contained in:
Manuel Thalmann 2024-10-31 15:16:51 +01:00
parent 4a783e3725
commit fd5fc86b1b

View file

@ -23,7 +23,7 @@ function waitNetwork -a witness
end end
end end
tmux attach -t network TMUX="" tmux attach -t network
wait "$pid" wait "$pid"
return "$(cat "$codeFile")" return "$(cat "$codeFile")"
end end