From 23a8b7728644de71ac4b6892563b5375852d23ca Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:24:32 +0100 Subject: [PATCH] Remove app launch --- .../rootfs/etc/cont-init.d/99-run.sh | 10 ---------- 1 file changed, 10 deletions(-) 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 b31f8e794..43c378cbe 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 @@ -68,13 +68,3 @@ fi ############## # LAUNCH APP # ############## - -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" - sudo -E su - www-data -s /bin/bash -c 'cd /var/www/html && /./usr/local/bin/entrypoint.sh' >/dev/null -else - sudo -E su - www-data -s /bin/bash -c 'cd /var/www/html && /./usr/local/bin/entrypoint.sh' -fi