This commit is contained in:
Alexandre
2021-12-27 17:37:02 +01:00
parent ae7d6726f9
commit dabddb6986
2 changed files with 9 additions and 3 deletions

View File

@@ -68,4 +68,8 @@ php artisan firefly-iii:upgrade-database
# LAUNCH APP #
##############
/./usr/local/bin/entrypoint.sh
if bashio::config.true "silent"; then
/./usr/local/bin/entrypoint.sh >/dev/null
else
/./usr/local/bin/entrypoint.sh
fi