This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
mirrors
/
docker-magento
同期ミラー
https://github.com/markshust/docker-magento
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Merge pull request
#884
from markshust/feature/fix-setup-install-bash
Mark Shust
2 年 前
親
f957d12a4b
f9c985f397
コミット
c22602ecee
1 ファイル変更
、
2 行追加
、
0 行削除
分割表示
差分情報を表示
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}