Преглед на файлове

Fix issue with onlinesetup script

Mark Shust преди 3 години
родител
ревизия
92b803ced8
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      lib/onelinesetup

+ 2 - 2
lib/onelinesetup

@@ -7,6 +7,6 @@ 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/setup ${DOMAIN}