Skip to content
Snippets Groups Projects
Commit 2e8a7969 authored by Bob Mottram's avatar Bob Mottram
Browse files

Convert domain to lower case

parent 0dc6df10
No related branches found
No related tags found
No related merge requests found
......@@ -319,7 +319,7 @@ function install_bdsmail {
echo 'if [ ! -f bdsmail-privkey.dat ]; then' >> /usr/bin/bdsmail_domain
echo ' exit 1' >> /usr/bin/bdsmail_domain
echo 'fi' >> /usr/bin/bdsmail_domain
echo 'python2 get_address bdsmail-privkey.dat' >> /usr/bin/bdsmail_domain
echo "python2 get_address bdsmail-privkey.dat | tr '[:upper:]' '[:lower:]'" >> /usr/bin/bdsmail_domain
chmod +x /usr/bin/bdsmail_domain
echo ''
......
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