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