mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-04 08:04:57 +02:00
Update 99-run.sh
This commit is contained in:
@@ -116,8 +116,9 @@ fi
|
|||||||
|
|
||||||
# Install database
|
# Install database
|
||||||
bashio::log.info "Updating database"
|
bashio::log.info "Updating database"
|
||||||
php artisan migrate --seed
|
php artisan migrate --seed --quiet
|
||||||
php artisan firefly-iii:upgrade-database
|
php artisan firefly-iii:upgrade-database --quiet
|
||||||
|
php artisan passport:install --quiet
|
||||||
|
|
||||||
bashio::log.info "Please wait while the app is loading !"
|
bashio::log.info "Please wait while the app is loading !"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user