mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
commit
eae2fca941
@ -10,7 +10,7 @@ if [[ $1 == init ]]; then
|
|||||||
pass init pass-key
|
pass init pass-key
|
||||||
|
|
||||||
# Login
|
# Login
|
||||||
/protonmail/Desktop-Bridge --cli
|
/protonmail/proton-bridge --cli
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
@ -24,6 +24,6 @@ else
|
|||||||
# Fake a terminal, so it does not quit because of EOF...
|
# Fake a terminal, so it does not quit because of EOF...
|
||||||
rm -f faketty
|
rm -f faketty
|
||||||
mkfifo faketty
|
mkfifo faketty
|
||||||
cat faketty | /protonmail/Desktop-Bridge --cli
|
cat faketty | /protonmail/proton-bridge --cli
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user