mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-27 09:46:04 +02:00
Update 99-run.sh
This commit is contained in:
@@ -94,8 +94,9 @@ mariadb_addon)
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# Install database
|
# Install database
|
||||||
php artisan migrate --seed
|
bashio::log.info "Updating database"
|
||||||
php artisan firefly-iii:upgrade-database
|
php artisan migrate --seed >/dev/null
|
||||||
|
php artisan firefly-iii:upgrade-database >/dev/null
|
||||||
|
|
||||||
################
|
################
|
||||||
# CRON OPTIONS #
|
# CRON OPTIONS #
|
||||||
|
|||||||
Reference in New Issue
Block a user