ricardoamaro / drupal8-docker-app

App Container Drupal 8 in Docker serves as Drupal Trial for Linux/Mac/Windows users and as an Out-of-the-box Development Container
https://github.com/ricardoamaro/drupal8-docker-app
GNU General Public License v3.0
88 stars 51 forks source link

Fix incorrect syntax in win batch file #12

Closed jptillman closed 4 years ago

jptillman commented 5 years ago

Corrects incorrect variable interpolation syntax on the final line, as well as in the echo statements. Echo statements appear to be fixed already in the master branch, despite my cloning master only a few minutes earlier.

ricardoamaro commented 4 years ago

.sh file is meant to run in bash, Linux, Mac or windows bash. The .bat file you are looking for is drupal8_test.bat and that works fine.