Skip to content
Snippets Groups Projects
Unverified Commit 5b243eee authored by Michal 'vorner' Vaner's avatar Michal 'vorner' Vaner
Browse files

Merge branch 'master' of git.nic.cz:turris/misc

parents 72d559c8 cefc6091
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ create_msmtp_config() {
}
use_turris_smtp() {
mail_from="$(echo $mail_from | cut -d '@' -f1)@notify.turris.cz"
mail_from="$(uci get user_notify.smtp.sender_name | cut -d '@' -f1)@notify.turris.cz"
local username=`atsha204cmd serial-number`
local password=`echo "efefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefef" \
| atsha204cmd challenge-response \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment