reconfigure nine

This commit is contained in:
afornerot 2020-10-05 16:07:43 +02:00
parent c134748327
commit 29bd42be09
1 changed files with 1 additions and 3 deletions

View File

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