Explorar el Código

sleep while cryptpad daemon starts

Bob Mottram hace 8 años
padre
commit
0de1341a5f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      src/freedombone-app-cryptpad

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

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