Install bower again
This commit is contained in:
parent
518d563b7a
commit
acdb930a07
|
@ -286,6 +286,7 @@ function install_cryptpad {
|
|||
|
||||
npm install
|
||||
npm install -g bower@1.8.0
|
||||
chown -R cryptpad:cryptpad $CRYPTPAD_DIR
|
||||
su -c 'bower install' - cryptpad
|
||||
cp config.example.js config.js
|
||||
if [ ! -f config.js ]; then
|
||||
|
@ -333,6 +334,10 @@ function install_cryptpad {
|
|||
fi
|
||||
chown -R cryptpad:cryptpad $CRYPTPAD_DIR
|
||||
|
||||
# install again
|
||||
cd $CRYPTPAD_DIR
|
||||
su -c 'bower install' - cryptpad
|
||||
|
||||
systemctl restart nginx
|
||||
|
||||
APP_INSTALLED=1
|
||||
|
|
Loading…
Reference in New Issue