Echo some feedback

This commit is contained in:
James Cole 2019-12-08 06:15:58 +01:00
parent 31744440e0
commit 4bab045d6f
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -57,6 +57,10 @@ echo "Run various artisan commands..."
php artisan cache:clear
if [[ $DKR_RUN_MIGRATION == "false" ]]; then
echo "Will NOT run migration commands."
fi
if [[ $DKR_RUN_MIGRATION != "false" ]]; then
php artisan firefly-iii:create-database
php artisan migrate --seed