From 9fbfc2f4268005928e29b5c70268a64f4370c7a2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 4 Feb 2025 20:14:18 +0100 Subject: [PATCH] Update 99-run.sh --- fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh b/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh index dc43fa3d6..b281e30e3 100755 --- a/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh +++ b/fireflyiii_data_importer/rootfs/etc/cont-init.d/99-run.sh @@ -70,6 +70,7 @@ fi bashio::log.info "Please wait while the app is loading !" +cd /var/www/html || true 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/entrypoint.sh >/dev/null