From a8fdb0208560c9c746bd599ce2df9c0d20dc2d19 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 13 Feb 2018 13:29:20 +0000 Subject: [PATCH] bdsmail install fails in a safe condition --- src/freedombone-app-bdsmail | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/freedombone-app-bdsmail b/src/freedombone-app-bdsmail index ee5a524c..b3498171 100755 --- a/src/freedombone-app-bdsmail +++ b/src/freedombone-app-bdsmail @@ -365,9 +365,9 @@ function install_bdsmail { done 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