Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 49d1d47

Browse files
committedFeb 16, 2017
Merge branch 'master' of github.com:meanbee/magento-meanbee-pwa
2 parents b7d98f2 + 839ef3b commit 49d1d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e # Exit on error
44

55
if [ $(find $MAGE_ROOT_DIR -maxdepth 0 -type d -empty 2>/dev/null) ]; then
66
# Install Magento
7-
/n98-magerun.phar install \
7+
php -dmemory_limit=1024M -f /n98-magerun.phar install \
88
--installationFolder=$MAGE_ROOT_DIR \
99
--magentoVersionByName="magento-mirror-1.9.2.4" \
1010
--installSampleData=no \

0 commit comments

Comments
 (0)