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
Adding back in failure on error to bin/setup
Mark Shust
3 years ago
parent
75f0415e26
commit
345e2c40b2
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
compose/bin/setup
+ 1
- 0
compose/bin/setup
View File
@@ -1,4 +1,5 @@
#!/bin/bash
#!/bin/bash
+set -o errexit
# shellcheck source=../env/db.env
# shellcheck source=../env/db.env
source env/db.env
source env/db.env