diff --git a/m2install.sh b/m2install.sh index 4f74bc4..2e3d518 100755 --- a/m2install.sh +++ b/m2install.sh @@ -56,7 +56,7 @@ SOURCE= FORCE= MAGE_MODE=dev -BIN_PHP=${BIN_PHP:"php"} +BIN_PHP=php BIN_MAGE="-d memory_limit=4G bin/magento" BIN_COMPOSER=$(command -v composer) BIN_MYSQL="mysql"