浏览代码

Upgrade sequence

Bob Mottram 8 年前
父节点
当前提交
29bae785aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-cryptpad

+ 1
- 1
src/freedombone-app-cryptpad 查看文件

90
 
90
 
91
     cd $CRYPTPAD_DIR
91
     cd $CRYPTPAD_DIR
92
     npm install
92
     npm install
93
-    su -c 'bower install' - cryptpad
94
     chown -R cryptpad:cryptpad $CRYPTPAD_DIR
93
     chown -R cryptpad:cryptpad $CRYPTPAD_DIR
94
+    su -c 'bower install' - cryptpad
95
 
95
 
96
     systemctl start cryptpad
96
     systemctl start cryptpad
97
 }
97
 }