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