Wait longer
This commit is contained in:
parent
d0d46a8b76
commit
a81a98eb53
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue