Upgrade sequence
This commit is contained in:
parent
b7720972cd
commit
29bae785aa
|
@ -90,8 +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
|
chown -R cryptpad:cryptpad $CRYPTPAD_DIR
|
||||||
|
su -c 'bower install' - cryptpad
|
||||||
|
|
||||||
systemctl start cryptpad
|
systemctl start cryptpad
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue