From ec58c8484283fdcd2709367d464c1b87891c2a43 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 28 Mar 2022 21:01:35 +0200 Subject: [PATCH] Update cronupdate --- fireflyiii_data_importer/rootfs/templates/cronupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fireflyiii_data_importer/rootfs/templates/cronupdate b/fireflyiii_data_importer/rootfs/templates/cronupdate index 402cf2965..95ca759c2 100644 --- a/fireflyiii_data_importer/rootfs/templates/cronupdate +++ b/fireflyiii_data_importer/rootfs/templates/cronupdate @@ -8,7 +8,7 @@ PATHTOFILES="$(dirname "${PATHTOFILES}")" bashio::log.info "Running update according to defined schedule. Files located in $PATHTOFILES will be imported" 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 importer:auto-import "$PATHTOFILES/import files" >/dev/null + /usr/local/bin/php /var/www/html/artisan importer:auto-import "$PATHTOFILES/import_files" >/dev/null else /usr/local/bin/php /var/www/html/artisan importer:auto-import "$PATHTOFILES/import_files" fi