From 0b0b471cbe934523ec3edf559d144e170d23a932 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 17 Jan 2022 13:06:08 +0100 Subject: [PATCH] Update cronupdate --- fireflyiii/rootfs/templates/cronupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fireflyiii/rootfs/templates/cronupdate b/fireflyiii/rootfs/templates/cronupdate index 5206f84b1..84b577176 100644 --- a/fireflyiii/rootfs/templates/cronupdate +++ b/fireflyiii/rootfs/templates/cronupdate @@ -1,6 +1,6 @@ #!/usr/bin/env bashio -bashio::info "Running update according to defined schedule" +bashio::log.info "Running update according to defined schedule" if bashio::config.true 'silent'; then bashio::log.warning "Silent mode activated. Only errors will be shown. Please disable in addon options if you need to debug" /usr/local/bin/php /var/www/html/artisan firefly:cron >/dev/null