Pārlūkot izejas kodu

Needs bower install

Bob Mottram 8 gadus atpakaļ
vecāks
revīzija
b7720972cd
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2
    0
      src/freedombone-app-cryptpad

+ 2
- 0
src/freedombone-app-cryptpad Parādīt failu

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