mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-01-18 14:44:41 +01:00
13 lines
415 B
Bash
Executable File
13 lines
415 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Start manual login"
|
|
echo "========================================================================"
|
|
echo "IMPORTANT: Use `exit` instead of CTRL-C when you successfully logged in."
|
|
echo "Otherwise protonmail bridge will not start."
|
|
echo "========================================================================"
|
|
|
|
proton-bridge -cli
|
|
|
|
echo "Consider logged in. Add flag."
|
|
echo "" > $HOME/.logged-in
|