forked from Mouws/protonmail-bridge-nextcoud-podman
Fix build entrypoint
This commit is contained in:
parent
fdd15bf801
commit
83d3eccebb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user