Wait longer at end of cryptpad install
This commit is contained in:
parent
a3a46febe4
commit
3228552278
|
@ -676,13 +676,13 @@ function install_cryptpad {
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl start cryptpad.service
|
systemctl start cryptpad.service
|
||||||
|
|
||||||
sleep 6
|
sleep 8
|
||||||
|
|
||||||
cryptpad_generate_api_config
|
cryptpad_generate_api_config
|
||||||
|
|
||||||
# install again
|
# install again
|
||||||
cd $CRYPTPAD_DIR || exit 73537453
|
cd $CRYPTPAD_DIR || exit 73537453
|
||||||
su -c 'bower install' - cryptpad
|
su -c './node_modules/bower/bin/bower install --config.interactive=false' - cryptpad
|
||||||
|
|
||||||
systemctl restart nginx
|
systemctl restart nginx
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue