Forgot to remove faketty
This commit is contained in:
parent
c9bec759ba
commit
44409ae4d2
1 changed files with 1 additions and 6 deletions
|
|
@ -30,12 +30,7 @@ else
|
|||
socat TCP-LISTEN:25,fork TCP:127.0.0.1:1025 &
|
||||
socat TCP-LISTEN:143,fork TCP:127.0.0.1:1143 &
|
||||
|
||||
# Start protonmail
|
||||
# Fake a terminal, so it does not quit because of EOF...
|
||||
rm -f faketty
|
||||
mkfifo faketty
|
||||
|
||||
tmux new-session -d -s bridge "cat faketty | /protonmail/proton-bridge --cli $@"
|
||||
tmux new-session -d -s bridge "/protonmail/proton-bridge --cli $@"
|
||||
echo "ProtonMail Bridge running inside tmux session 'bridge'"
|
||||
echo "Attach with: docker exec -it <container> tmux attach -t bridge"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue