Explorar el Código

Install after cryptpad upgrade

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

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

@@ -89,6 +89,7 @@ function upgrade_cryptpad {
89 89
     set_repo_commit $CRYPTPAD_DIR "cryptpad commit" "$CRYPTPAD_COMMIT" $CRYPTPAD_REPO
90 90
 
91 91
     cd $CRYPTPAD_DIR
92
+    npm install
92 93
 
93 94
     systemctl start cryptpad
94 95
 }