diff --git a/.ddev/commands/web/magerun b/.ddev/commands/web/magerun old mode 100644 new mode 100755 index 5ddff79db21..a03899bf01f --- a/.ddev/commands/web/magerun +++ b/.ddev/commands/web/magerun @@ -5,7 +5,7 @@ ## Example: "ddev magerun" if [ ! -f vendor/bin/n98-magerun ]; then - read -r -p "n98-magerun is not installed. Do you want to install it? [y/N] " INSTALL_MAGE + read -r -p "n98-magerun is not installed. Do you want to install it? [y/N] " INSTALL_MAGERUN INSTALL_MAGERUN=${INSTALL_MAGERUN,,} # to lower if [[ "${INSTALL_MAGERUN}" =~ ^(yes|y) ]]; then composer require --dev n98/magerun:dev-develop diff --git a/.ddev/commands/web/openmage-admin b/.ddev/commands/web/openmage-admin old mode 100644 new mode 100755