From 30c93de13ea4ae593e1b1ef02e3bfe3163bf21f8 Mon Sep 17 00:00:00 2001 From: Michael Gibson Date: Thu, 3 Dec 2020 13:02:16 -0600 Subject: [PATCH] Updated BRIDGE binary. --- initproton | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initproton b/initproton index 258bc77..aa1f305 100755 --- a/initproton +++ b/initproton @@ -1,7 +1,7 @@ #!/bin/bash set -eufo pipefail -BRIDGE=/bin/protonmail-bridge +BRIDGE=/bin/proton-bridge FIFO=/tmp/fifo PRINT_INFO=${PRINT_INFO:-""} @@ -37,4 +37,4 @@ if [ -n "$LOG_LEVEL" ]; then ARGUMENTS="${ARGUMENTS} --log-level ${LOG_LEVEL}" fi -$BRIDGE $ARGUMENTS \ No newline at end of file +$BRIDGE $ARGUMENTS