diff --git a/INSTALL.sh b/INSTALL.sh index 11bd3aad..aad9f4be 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -60,6 +60,11 @@ cd $DIR_APP composer update +## Check composer dependencies received to continue +if [ ! -d "$DIR_APP/vendor" ]; then + echo "Could not get composer dependencies" && exit +fi + # Build PHP-SRC ## Get latest sources