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
 
164
 
165
     if [ $matrix_changed ]; then
165
     if [ $matrix_changed ]; then
166
         systemctl restart nginx
166
         systemctl restart nginx
167
+        # wait for nginx to start otherwise user add fails later
167
         sleep 5
168
         sleep 5
168
     fi
169
     fi
169
 
170