bdsmail install fails in a safe condition
This commit is contained in:
parent
645bcf9f34
commit
a8fdb02085
|
@ -365,9 +365,9 @@ function install_bdsmail {
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ ! $bds_domain ]; then
|
if [ ! $bds_domain ]; then
|
||||||
#systemctl stop bdsmail
|
systemctl stop bdsmail
|
||||||
#systemctl disable bdsmail
|
systemctl disable bdsmail
|
||||||
#remove_i2p
|
remove_i2p
|
||||||
echo $'Failed to get the bdsmail domain'
|
echo $'Failed to get the bdsmail domain'
|
||||||
exit 8934638
|
exit 8934638
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue