mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-27 16:56:46 -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
|
php artisan cache:clear
|
||||||
|
|
||||||
|
if [[ $DKR_RUN_MIGRATION == "false" ]]; then
|
||||||
|
echo "Will NOT run migration commands."
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ $DKR_RUN_MIGRATION != "false" ]]; then
|
if [[ $DKR_RUN_MIGRATION != "false" ]]; then
|
||||||
php artisan firefly-iii:create-database
|
php artisan firefly-iii:create-database
|
||||||
php artisan migrate --seed
|
php artisan migrate --seed
|
||||||
|
Loading…
Reference in New Issue
Block a user