|
@@ -7,6 +7,6 @@ EDITION=${3:-community}
|
|
|
|
|
|
curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash
|
|
curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash
|
|
|
|
|
|
|
|
+# &&'s are used below otherwise onelinesetup script fails/errors after bin/download
|
|
bin/download "${VERSION}" "${EDITION}"
|
|
bin/download "${VERSION}" "${EDITION}"
|
|
-
|
|
|
|
-bin/setup ${DOMAIN}
|
|
|
|
|
|
+ && bin/setup ${DOMAIN}
|