Remove exit after composer is installed. Fix #32
This commit is contained in:
parent
c4869bf854
commit
a95b1af58d
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ if [ ! -e "/usr/bin/composer" ]; then
|
|||
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
|
||||
RESULT=$?
|
||||
rm composer-setup.php
|
||||
exit $RESULT
|
||||
echo $RESULT
|
||||
fi
|
||||
|
||||
composer global require hirak/prestissimo > /dev/null 2>&1
|
||||
|
|
|
|||
Loading…
Reference in a new issue