From 2244f4c8c2be17b063c58773faa0648ecee62e21 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 4 Jun 2023 08:17:25 +0200 Subject: [PATCH] Update 99-run.sh --- free_games_claimer/rootfs/etc/cont-init.d/99-run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh b/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh index cc2617740..9dcce97e0 100755 --- a/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh +++ b/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh @@ -74,5 +74,6 @@ do docker-entrypoint.sh "$val" done -bashio::log.info "All actions concluded, addon will stop" +bashio::log.info "All actions concluded, addon will stop in 10 seconds" +sleep 10 bashio::addon.stop