Allow nested tmux sessions
This commit is contained in:
parent
4a783e3725
commit
fd5fc86b1b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue