Forgot to remove faketty

This commit is contained in:
B. Olausson 2026-02-17 15:33:13 +01:00
parent c9bec759ba
commit 44409ae4d2

View File

@ -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"