소스 검색

bdsmail install fails in a safe condition

Bob Mottram 7 년 전
부모
커밋
a8fdb02085
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      src/freedombone-app-bdsmail

+ 3
- 3
src/freedombone-app-bdsmail 파일 보기

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