Browse Source

Install after cryptpad upgrade

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

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

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