diff --git a/src/freedombone-app-bdsmail b/src/freedombone-app-bdsmail index 38478f65..53a89efd 100755 --- a/src/freedombone-app-bdsmail +++ b/src/freedombone-app-bdsmail @@ -257,16 +257,16 @@ function install_bdsmail { # wait for domain to be generated by the daemon echo $'Waiting for i2p domain to be generated...' - sleep 15 + sleep 20 bds_domain=$(bdsmail_domain) if [ ! $bds_domain ]; then echo $'Waiting...' - sleep 15 + sleep 20 bds_domain=$(bdsmail_domain) if [ ! $bds_domain ]; then - systemctl stop bdsmail - systemctl disable bdsmail - remove_i2p + #systemctl stop bdsmail + #systemctl disable bdsmail + #remove_i2p echo $'Failed to get the bdsmail domain' exit 8934638 fi