mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-27 00:36:38 -06:00
Echo some feedback
This commit is contained in:
parent
31744440e0
commit
4bab045d6f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user