Explorar el Código

bdsmail install fails in a safe condition

Bob Mottram hace 7 años
padre
commit
a8fdb02085
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3
    3
      src/freedombone-app-bdsmail

+ 3
- 3
src/freedombone-app-bdsmail Ver fichero

@@ -365,9 +365,9 @@ function install_bdsmail {
365 365
     done
366 366
 
367 367
     if [ ! $bds_domain ]; then
368
-        #systemctl stop bdsmail
369
-        #systemctl disable bdsmail
370
-        #remove_i2p
368
+        systemctl stop bdsmail
369
+        systemctl disable bdsmail
370
+        remove_i2p
371 371
         echo $'Failed to get the bdsmail domain'
372 372
         exit 8934638
373 373
     fi