소스 검색

Wait longer

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

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

@@ -257,16 +257,16 @@ function install_bdsmail {
257 257
 
258 258
     # wait for domain to be generated by the daemon
259 259
     echo $'Waiting for i2p domain to be generated...'
260
-    sleep 15
260
+    sleep 20
261 261
     bds_domain=$(bdsmail_domain)
262 262
     if [ ! $bds_domain ]; then
263 263
         echo $'Waiting...'
264
-        sleep 15
264
+        sleep 20
265 265
         bds_domain=$(bdsmail_domain)
266 266
         if [ ! $bds_domain ]; then
267
-            systemctl stop bdsmail
268
-            systemctl disable bdsmail
269
-            remove_i2p
267
+            #systemctl stop bdsmail
268
+            #systemctl disable bdsmail
269
+            #remove_i2p
270 270
             echo $'Failed to get the bdsmail domain'
271 271
             exit 8934638
272 272
         fi