delete vendor

This commit is contained in:
2022-05-04 13:05:58 +02:00
parent 84916a8235
commit f4dfb6b0e8
2972 changed files with 16 additions and 369817 deletions

View File

@ -10,7 +10,6 @@ set -xeo pipefail
sudo chown -R www-data: /loginappsql
cp /composer.phar /loginapp/composer.phar
cd /loginapp
cp /composer.phar /loginappsql/composer.phar
cd /loginappsql
php composer.phar install

View File

@ -13,7 +13,7 @@ then
exit 1
fi
php composer-setup.php --install-dir=bin
php composer-setup.php
RESULT=$?
rm composer-setup.php
exit $RESULT