Skip to content
Snippets Groups Projects
Commit bb52e752 authored by Martin Strbacka's avatar Martin Strbacka
Browse files

notifier: Set timeout to 5 sec.

parent 03aebca4
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ create_msmtp_config() {
echo "auth off" >> "$msmtp_cfg_file"
fi
echo "timeout 15" >> "$msmtp_cfg_file"
echo "timeout 5" >> "$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