Skip to content
Snippets Groups Projects
Commit 49dd73d0 authored by Michal 'vorner' Vaner's avatar Michal 'vorner' Vaner
Browse files

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

parents e9de0447 2d337124
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ create_msmtp_config() {
echo "from $from" >> "$msmtp_cfg_file"
echo "user $username" >> "$msmtp_cfg_file"
echo "password $password" >> "$msmtp_cfg_file"
echo "timeout 30" >> "$msmtp_cfg_file"
echo "account default: notifier" >> "$msmtp_cfg_file"
}
......
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