From cf5ba2586e6fee5cdaa492d61e35664cc2d1cd10 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 14 Nov 2021 23:22:54 +0100 Subject: [PATCH] Update entrypoint.sh --- filebrowser/rootfs/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/filebrowser/rootfs/entrypoint.sh b/filebrowser/rootfs/entrypoint.sh index af3f22031..9a2e5e13b 100644 --- a/filebrowser/rootfs/entrypoint.sh +++ b/filebrowser/rootfs/entrypoint.sh @@ -9,4 +9,5 @@ for SCRIPTS in *; do sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' $SCRIPTS || true ./$SCRIPTS && true || true # Prevents script crash on failure + echo "exit $?" done