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

Enable sam

parent a81a98eb
No related branches found
No related tags found
No related merge requests found
......@@ -211,6 +211,7 @@ function install_bdsmail {
fi
install_i2p
i2p_enable_sam
# create configuration file
/etc/bdsmail/bin/bdsconfig > /etc/bdsmail/config.ini
......@@ -257,11 +258,11 @@ function install_bdsmail {
# wait for domain to be generated by the daemon
echo $'Waiting for i2p domain to be generated...'
sleep 20
sleep 10
bds_domain=$(bdsmail_domain)
if [ ! $bds_domain ]; then
echo $'Waiting...'
sleep 20
sleep 10
bds_domain=$(bdsmail_domain)
if [ ! $bds_domain ]; then
#systemctl stop bdsmail
......
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