Check for composer failure
This commit is contained in:
parent
d8da20da02
commit
de9e9e77c5
|
@ -704,6 +704,10 @@ function install_koel {
|
||||||
fi
|
fi
|
||||||
npm install -g yarn
|
npm install -g yarn
|
||||||
php composer.phar install
|
php composer.phar install
|
||||||
|
if [ ! "$?" = "0" ]; then
|
||||||
|
echo $'Unable to run composer install'
|
||||||
|
exit 7252198
|
||||||
|
fi
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
function_check get_mariadb_password
|
function_check get_mariadb_password
|
||||||
|
|
Loading…
Reference in New Issue