mise à niveau log

This commit is contained in:
afornerot 2020-10-19 10:44:16 +02:00
parent 40ab9ad001
commit 61abb269e4
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ else
fi
fi
# Suppression des logs trop ancien
find var/logs -mindepth 1 -mtime +7 -delete
# Installation des dépendances composer
echo COMPOSER = Install
composer install --quiet