fixing error that can't get correct password manger and other errors
Build and Push Docker Container / build-and-push (push) Successful in 5m29s

This commit is contained in:
GitHub Actions
2026-03-10 10:20:13 +01:00
parent 1ff8abbe16
commit 7ee9b4aed8
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ if [[ $1 == init ]]; then
/protonmail/proton-bridge --cli $@
else
eval "$(dbus-launch --sh-syntax --exit-with-session)"
export $(dbus-launch --sh-syntax --exit-with-session)
dbus-daemon --session --fork --print-address # keep it alive
# socat will make the conn appear to come from 127.0.0.1
# ProtonMail Bridge currently expects that.