浏览代码

Longer sleep

Bob Mottram 8 年前
父节点
当前提交
9622e848e4
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      src/freedombone-app-matrix

+ 1
- 2
src/freedombone-app-matrix 查看文件

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