From b45288f6cf3d0a9e65f022d9769a6763bead3050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Fri, 3 Jan 2025 03:45:37 +0100 Subject: [PATCH] Use binary from new arch package as default --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 51604cb..3493da4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euo pipefail -BRIDGE="${BRIDGE:-/usr/bin/protonmail-bridge}" +BRIDGE="${BRIDGE:-/usr/bin/protonmail-bridge-core}" INPIPE=/tmp/input