瀏覽代碼

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