This commit is contained in:
Bob Mottram 2018-02-12 21:00:45 +00:00
parent e3bacb5464
commit 8548de8fa6
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ function install_bdsmail {
bds_domain=
sleep_ctr=0
while [ ! $bds_domain ]; do
echo $"Waiting for i2p domain to be generated ${sleep_ctr}/50"
echo $"Waiting for i2p domain to be generated ${sleep_ctr}/100"
systemctl restart bdsmail
sleep 20
bds_domain=$(bdsmail_domain)