Explorar el Código

Fix missing shebang and exit in bin/setup-install

Mark Shust hace 2 años
padre
commit
71ebb96c76
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      compose/bin/setup-install

+ 2 - 0
compose/bin/setup-install

@@ -1,3 +1,5 @@
+#!/bin/bash
+set -o errexit
 
 DOMAIN=${1:-magento.test}