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 start cryptpad.service
|
||||
|
||||
sleep 6
|
||||
sleep 8
|
||||
|
||||
cryptpad_generate_api_config
|
||||
|
||||
# install again
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue