Message order
This commit is contained in:
parent
561a74c846
commit
76e56cd85e
|
@ -261,10 +261,10 @@ function install_bdsmail {
|
||||||
sleep 15
|
sleep 15
|
||||||
bds_domain=$(bdsmail_domain)
|
bds_domain=$(bdsmail_domain)
|
||||||
if [ ! $bds_domain ]; then
|
if [ ! $bds_domain ]; then
|
||||||
echo $'Failed to get the bdsmail domain'
|
|
||||||
systemctl stop bdsmail
|
systemctl stop bdsmail
|
||||||
systemctl disable bdsmail
|
systemctl disable bdsmail
|
||||||
remove_i2p
|
remove_i2p
|
||||||
|
echo $'Failed to get the bdsmail domain'
|
||||||
exit 8934638
|
exit 8934638
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue