瀏覽代碼

Fixed bug in last commit

Mark Shust 3 年之前
父節點
當前提交
67c76b4399
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/onelinesetup

+ 2 - 2
lib/onelinesetup

@@ -8,5 +8,5 @@ EDITION=${3:-community}
 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/setup ${DOMAIN}
+bin/download "${VERSION}" "${EDITION}" \
+  && bin/setup "${DOMAIN}"