mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-01-18 14:44:41 +01:00
Improve dockerfile
This commit is contained in:
12
docker/login.sh
Executable file
12
docker/login.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user