Browse Source

Merge pull request #884 from markshust/feature/fix-setup-install-bash

Mark Shust 2 năm trước cách đây
mục cha
commit
c22602ecee
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      compose/bin/setup-install

+ 2 - 0
compose/bin/setup-install

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