瀏覽代碼

Message order

Bob Mottram 7 年之前
父節點
當前提交
76e56cd85e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-app-bdsmail

+ 1
- 1
src/freedombone-app-bdsmail 查看文件

261
         sleep 15
261
         sleep 15
262
         bds_domain=$(bdsmail_domain)
262
         bds_domain=$(bdsmail_domain)
263
         if [ ! $bds_domain ]; then
263
         if [ ! $bds_domain ]; then
264
-            echo $'Failed to get the bdsmail domain'
265
             systemctl stop bdsmail
264
             systemctl stop bdsmail
266
             systemctl disable bdsmail
265
             systemctl disable bdsmail
267
             remove_i2p
266
             remove_i2p
267
+            echo $'Failed to get the bdsmail domain'
268
             exit 8934638
268
             exit 8934638
269
         fi
269
         fi
270
     fi
270
     fi