From 44409ae4d2f63aa8708f17ff6b614529a84c0a26 Mon Sep 17 00:00:00 2001 From: "B. Olausson" Date: Tue, 17 Feb 2026 15:33:13 +0100 Subject: [PATCH] Forgot to remove faketty --- build/entrypoint.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build/entrypoint.sh b/build/entrypoint.sh index 2a836f5..f5fd902 100644 --- a/build/entrypoint.sh +++ b/build/entrypoint.sh @@ -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 tmux attach -t bridge"