Longer waits to allow for key generation

This commit is contained in:
Bob Mottram 2018-02-14 12:33:04 +00:00
parent 0006d46393
commit 63c42cb6ff
1 changed files with 1 additions and 1 deletions

View File

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