Skip to content
Snippets Groups Projects
Commit e50691d5 authored by Bob Mottram's avatar Bob Mottram
Browse files

Sleep less

parent 816008f5
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ function matrix_nginx {
systemctl restart nginx
# wait for nginx to start otherwise user add fails later
sleep 8
sleep 5
}
function matrix_generate_homeserver_file {
......@@ -496,8 +496,6 @@ function install_identity_server {
systemctl daemon-reload
systemctl start sydent
sleep 4
if [ ! -f /etc/sydent/sydent.db ]; then
echo $'No matrix identity server database was created'
exit 7354383
......@@ -568,8 +566,6 @@ function install_home_server {
systemctl daemon-reload
systemctl start matrix
sleep 4
if [ ! -f $MATRIX_DATA_DIR/homeserver.db ]; then
echo $'No matrix home server database was created'
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment