Merge branch 'master' into dist/envole/7/master

This commit is contained in:
Arnaud Fornerot 2020-10-05 16:15:25 +02:00
commit 665ec502a5
1 changed files with 1 additions and 3 deletions

View File

@ -10,9 +10,7 @@ DIR=$(pwd)
. $DIR/scripts/proxy.sh
# Mise en place du fichier d'environnement model
if [ ! -f $DIR/.env ]; then
mv $DIR/scripts/.env.model $DIR/.env
fi
yes 2>/dev/null | cp $DIR/scripts/.env.model $DIR/.env
# Installation des dépendances composer
echo COMPOSER = Install