This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
mirrors
/
docker-magento
réplica de
https://github.com/markshust/docker-magento
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Fix missing shebang and exit in bin/setup-install
Mark Shust
%!s(int64=2) %!d(string=hai) anos
pai
f957d12a4b
achega
71ebb96c76
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
compose/bin/setup-install
+ 2
- 0
compose/bin/setup-install
Ver ficheiro
@@ -1,3 +1,5 @@
+#!/bin/bash
+set -o errexit
DOMAIN=${1:-magento.test}