mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-01-18 06:34:41 +01:00
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user