stop script execution on error
@@ -1,4 +1,5 @@
#!/bin/bash
+set -o errexit
source env/db.env
BASE_URL=${1:-magento2.test}
@@ -1,5 +1,5 @@
-
# Generate a new local CA "/root/.local/share/mkcert"
docker-compose exec -T -u root app mkcert -install
@@ -1,8 +1,5 @@
-## The following lines are commented oout per https://github.com/markshust/docker-magento/issues/351
-<< 'COMMENTING-OUT'
function parseYaml {
local s='[[:space:]]*' w='[a-zA-Z0-9_]*' fs=$(echo @|tr @ '\034')
DOMAIN=${1:-magento2.test}
VERSION=${2:-2.4.0}
EDITION=${3:-community}