Skip to content

Commit

Permalink
AMQP configuration didn't work on composer installation
Browse files Browse the repository at this point in the history
Fixes #207
  • Loading branch information
igrybkov committed Oct 26, 2018
1 parent a34bab4 commit edec493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/guest/m-reinstall
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ install_cmd="./bin/magento setup:install \
--use-rewrites=1"

# Configure Rabbit MQ
if [[ -d "${MAGENTO_ROOT}/app/code/Magento/MessageQueue" ]] || [[ -d "${MAGENTO_ROOT}/vendor/magento/magento-message-queue" ]]; then
if [[ -d "${MAGENTO_ROOT}/app/code/Magento/MessageQueue" ]] || [[ -d "${MAGENTO_ROOT}/vendor/magento/module-message-queue" ]]; then
install_cmd="${install_cmd} \
--amqp-host=${setupOptions[amqp_host]} \
--amqp-port=${setupOptions[amqp_port]} \
Expand Down

0 comments on commit edec493

Please sign in to comment.