Explorar o código

Fix missing shebang and exit in bin/setup-install

Mark Shust %!s(int64=2) %!d(string=hai) anos
pai
achega
71ebb96c76
Modificáronse 1 ficheiros con 2 adicións e 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}