This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
mirrors
/
docker-magento
espejo de
https://github.com/markshust/docker-magento
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Adding back in failure on error to bin/setup
Mark Shust
hace 3 años
padre
75f0415e26
commit
345e2c40b2
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
compose/bin/setup
+ 1
- 0
compose/bin/setup
Ver fichero
@@ -1,4 +1,5 @@
#!/bin/bash
+set -o errexit
# shellcheck source=../env/db.env
source env/db.env