|
@@ -173,7 +173,7 @@ function matrix_nginx {
|
173
|
173
|
systemctl restart nginx
|
174
|
174
|
|
175
|
175
|
# wait for nginx to start otherwise user add fails later
|
176
|
|
- sleep 5
|
|
176
|
+ sleep 10
|
177
|
177
|
}
|
178
|
178
|
|
179
|
179
|
function matrix_generate_homeserver_file {
|
|
@@ -285,7 +285,6 @@ function add_user_matrix {
|
285
|
285
|
|
286
|
286
|
${PROJECT_NAME}-pass -u $new_username -a matrix -p "$new_user_password"
|
287
|
287
|
|
288
|
|
- matrix_nginx
|
289
|
288
|
retval=$(register_new_matrix_user -c ${MATRIX_DATA_DIR}/homeserver.yaml -u "${new_username}" -p "${new_user_password}" -a)
|
290
|
289
|
echo "0"
|
291
|
290
|
}
|