Bob Mottram 8 年之前
父節點
當前提交
c984d027f4
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/freedombone-app-matrix

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

@@ -164,6 +164,7 @@ function matrix_nginx {
164 164
 
165 165
     if [ $matrix_changed ]; then
166 166
         systemctl restart nginx
167
+        # wait for nginx to start otherwise user add fails later
167 168
         sleep 5
168 169
     fi
169 170