Ver código fonte

sleep while cryptpad daemon starts

Bob Mottram 7 anos atrás
pai
commit
0de1341a5f
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      src/freedombone-app-cryptpad

+ 2
- 0
src/freedombone-app-cryptpad Ver arquivo

@@ -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