소스 검색

Message order

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

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

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