Needs bower install
This commit is contained in:
parent
7a496ecb40
commit
b7720972cd
|
@ -90,6 +90,8 @@ function upgrade_cryptpad {
|
||||||
|
|
||||||
cd $CRYPTPAD_DIR
|
cd $CRYPTPAD_DIR
|
||||||
npm install
|
npm install
|
||||||
|
su -c 'bower install' - cryptpad
|
||||||
|
chown -R cryptpad:cryptpad $CRYPTPAD_DIR
|
||||||
|
|
||||||
systemctl start cryptpad
|
systemctl start cryptpad
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue