Skip to content
Snippets Groups Projects
Commit 98f46027 authored by Bob Mottram's avatar Bob Mottram
Browse files

Additional waits

parent 5b7c64a6
No related merge requests found
......@@ -253,12 +253,16 @@ function install_bdsmail {
chmod +x /usr/bin/bdsmail_domain
# wait for domain to be generated by the daemon
sleep 10
echo $'Waiting for i2p domain to be generated...'
sleep 15
bds_domain=$(bdsmail_domain)
if [ ! $bds_domain ]; then
echo $'Failed to get the bdsmail domain'
exit 8934638
sleep 15
bds_domain=$(bdsmail_domain)
if [ ! $bds_domain ]; then
echo $'Failed to get the bdsmail domain'
exit 8934638
fi
fi
# Create mutt configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment