Fix build entrypoint

This commit is contained in:
Xiaonan Shen 2021-01-07 20:20:59 +08:00
parent fdd15bf801
commit 83d3eccebb
No known key found for this signature in database
GPG Key ID: 211BF560D12417F5

View File

@ -10,7 +10,7 @@ if [[ $1 == init ]]; then
pass init pass-key
# Login
/protonmail/Desktop-Bridge --cli
/protonmail/proton-bridge --cli
else
@ -24,6 +24,6 @@ else
# Fake a terminal, so it does not quit because of EOF...
rm -f faketty
mkfifo faketty
cat faketty | /protonmail/Desktop-Bridge --cli
cat faketty | /protonmail/proton-bridge --cli
fi