Check for composer failure

This commit is contained in:
Bob Mottram 2017-06-18 10:22:48 +01:00
parent d8da20da02
commit de9e9e77c5
1 changed files with 4 additions and 0 deletions

View File

@ -704,6 +704,10 @@ function install_koel {
fi
npm install -g yarn
php composer.phar install
if [ ! "$?" = "0" ]; then
echo $'Unable to run composer install'
exit 7252198
fi
npm install
function_check get_mariadb_password