Needs bower install

This commit is contained in:
Bob Mottram 2017-07-27 14:50:12 +01:00
parent 7a496ecb40
commit b7720972cd
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ function upgrade_cryptpad {
cd $CRYPTPAD_DIR
npm install
su -c 'bower install' - cryptpad
chown -R cryptpad:cryptpad $CRYPTPAD_DIR
systemctl start cryptpad
}