Pārlūkot izejas kodu

bdsmail install fails in a safe condition

Bob Mottram 7 gadus atpakaļ
vecāks
revīzija
a8fdb02085
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3
    3
      src/freedombone-app-bdsmail

+ 3
- 3
src/freedombone-app-bdsmail Parādīt failu

@@ -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