Wait longer

This commit is contained in:
Bob Mottram 2018-02-12 15:00:02 +00:00
parent db05c3364f
commit 4c8edf2ad6
1 changed files with 2 additions and 2 deletions

View File

@ -330,10 +330,10 @@ function install_bdsmail {
while [ ! $bds_domain ]; do
echo $"Waiting for i2p domain to be generated ${sleep_ctr}/50"
systemctl restart bdsmail
sleep 10
sleep 20
bds_domain=$(bdsmail_domain)
sleep_ctr=$((sleep_ctr + 1))
if [ $sleep_ctr -gt 50 ]; then
if [ $sleep_ctr -gt 100 ]; then
break
fi
done