Wait longer at end of cryptpad install

This commit is contained in:
Bob Mottram 2018-05-30 18:39:40 +01:00
parent a3a46febe4
commit 3228552278
1 changed files with 2 additions and 2 deletions

View File

@ -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