Просмотр исходного кода

Corrected last couple commits to use bin/clinotty #249

Mark Shust 5 лет назад
Родитель
Сommit
432e322c64
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      compose/bin/setup

+ 1 - 1
compose/bin/setup

@@ -98,7 +98,7 @@ echo "Generating SSL certificate..."
 bin/setup-ssl $BASE_URL
 bin/setup-ssl $BASE_URL
 
 
 echo "Disabling Temando_Shipping module to fix conflict with deploying sample data. Re-enable at your own risk."
 echo "Disabling Temando_Shipping module to fix conflict with deploying sample data. Re-enable at your own risk."
-bin/magento module:disable Temando_Shipping
+bin/clinotty bin/magento module:disable Temando_Shipping
 
 
 echo "Docker development environment setup complete."
 echo "Docker development environment setup complete."
 echo "You may now access your Magento instance at https://${BASE_URL}/"
 echo "You may now access your Magento instance at https://${BASE_URL}/"