fix settings updater
This commit is contained in:
parent
97ae2ee134
commit
7f15c4b6ab
1 changed files with 4 additions and 2 deletions
|
|
@ -64,8 +64,10 @@ else
|
||||||
| .Settings.GluonDir |= "\(env.HOME)/.local/share/protonmail/bridge-v3/gluon"
|
| .Settings.GluonDir |= "\(env.HOME)/.local/share/protonmail/bridge-v3/gluon"
|
||||||
| .Settings.Autostart = false
|
| .Settings.Autostart = false
|
||||||
| .Settings.SMTPPort = 1025
|
| .Settings.SMTPPort = 1025
|
||||||
| .Settings.IMAPPort = 1143 ' \
|
| .Settings.IMAPPort = 1143 ' > /tmp/protonmail-conf.json
|
||||||
| /protonmail/vault-editor write
|
|
||||||
|
cat /tmp/protonmail-conf.json | /protonmail/vault-editor write
|
||||||
|
rm /tmp/protonmail-conf.json
|
||||||
|
|
||||||
# Start protonmail
|
# Start protonmail
|
||||||
/protonmail/proton-bridge --noninteractive $@
|
/protonmail/proton-bridge --noninteractive $@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue