mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-01-01 05:58:51 +01:00
3 lines
108 B
Bash
Executable File
3 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
curl -s -d POSTDATA --user "$(</var/lib/mailinabox/api.key):" http://127.0.0.1:10222/web/update
|