bdsmail install fails in a safe condition

This commit is contained in:
Bob Mottram 2018-02-13 13:29:20 +00:00
parent 645bcf9f34
commit a8fdb02085
1 changed files with 3 additions and 3 deletions

View File

@ -365,9 +365,9 @@ function install_bdsmail {
done
if [ ! $bds_domain ]; then
#systemctl stop bdsmail
#systemctl disable bdsmail
#remove_i2p
systemctl stop bdsmail
systemctl disable bdsmail
remove_i2p
echo $'Failed to get the bdsmail domain'
exit 8934638
fi