Skip to content

Commit

Permalink
fix settings updater
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Ungar Felding committed Dec 12, 2024
1 parent 97ae2ee commit 7f15c4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ else
| .Settings.GluonDir |= "\(env.HOME)/.local/share/protonmail/bridge-v3/gluon"
| .Settings.Autostart = false
| .Settings.SMTPPort = 1025
| .Settings.IMAPPort = 1143 ' \
| /protonmail/vault-editor write
| .Settings.IMAPPort = 1143 ' > /tmp/protonmail-conf.json

cat /tmp/protonmail-conf.json | /protonmail/vault-editor write
rm /tmp/protonmail-conf.json

# Start protonmail
/protonmail/proton-bridge --noninteractive $@
Expand Down

0 comments on commit 7f15c4b

Please sign in to comment.