Browse Source

sleep while cryptpad daemon starts

Bob Mottram 7 years ago
parent
commit
0de1341a5f
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-app-cryptpad

+ 2
- 0
src/freedombone-app-cryptpad View File

@@ -330,6 +330,8 @@ function install_cryptpad {
330 330
     systemctl daemon-reload
331 331
     systemctl start cryptpad.service
332 332
 
333
+    sleep 6
334
+
333 335
     if [ ! -d $CRYPTPAD_DIR/customize/api ]; then
334 336
         mkdir -p $CRYPTPAD_DIR/customize/api
335 337
     fi