Explorar el Código

Upgrade sequence

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

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

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