do not exit after composer setup

This commit is contained in:
Ray Elliott 2020-05-07 20:18:35 +00:00
parent a833f5bf94
commit 146bb0e0fe
1 changed files with 1 additions and 4 deletions

5
SETUP
View File

@ -35,10 +35,7 @@ then
exit 10 exit 10
fi fi
php composer-setup.php --quiet php composer-setup.php
RESULT=$?
rm composer-setup.php
exit $RESULT
php composer.phar install php composer.phar install