This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
docker-magento
mirror of
https://github.com/markshust/docker-magento
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix missing shebang and exit in bin/setup-install
Mark Shust
2 years ago
parent
f957d12a4b
commit
71ebb96c76
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
compose/bin/setup-install
+ 2
- 0
compose/bin/setup-install
View File
@@ -1,3 +1,5 @@
+#!/bin/bash
+set -o errexit
DOMAIN=${1:-magento.test}