Longer waits to allow for key generation
This commit is contained in:
parent
0006d46393
commit
63c42cb6ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue