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
Fix missing shebang and exit in bin/setup-install
Mark Shust
hace 2 años
padre
f957d12a4b
commit
71ebb96c76
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
compose/bin/setup-install
+ 2
- 0
compose/bin/setup-install
Ver fichero
@@ -1,3 +1,5 @@
+#!/bin/bash
+set -o errexit
DOMAIN=${1:-magento.test}