Bob Mottram hace 8 años
padre
commit
c984d027f4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/freedombone-app-matrix

+ 1
- 0
src/freedombone-app-matrix Ver fichero

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