This commit is contained in:
Bob Mottram 2018-02-11 22:27:31 +00:00
parent 98f460273c
commit 81810058a9
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ function install_bdsmail {
echo 'WantedBy=multi-user.target' >> /etc/systemd/system/bdsmail.service
systemctl enable bdsmail
chown -R bdsmail:bdsmail /etc/bdsmail
systemctl start bdsmail
systemctl restart bdsmail
echo '#!/usr/bin/env python2' > /etc/bdsmail/get_address
echo 'import base64, hashlib, sys' >> /etc/bdsmail/get_address