From 7c71befb662d0c44b2a76d55be8f51865bd47651 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 00:13:42 +0000 Subject: [PATCH] Github bot : script beautyshied --- .../rootfs/etc/cont-init.d/99-run.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 66c692bb7..30f878883 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 @@ -68,13 +68,13 @@ trim() { # Print each value of the array by using the loop for val in "${strarr[@]}"; do - #Removes whitespaces - val="$(trim "$val")" - echo " " - bashio::log.info "Starting the app with arguments \"$val\"" - echo " " - # shellcheck disable=SC2086 - echo "$val" | xargs docker-entrypoint.sh || true + #Removes whitespaces + val="$(trim "$val")" + echo " " + bashio::log.info "Starting the app with arguments \"$val\"" + echo " " + # shellcheck disable=SC2086 + echo "$val" | xargs docker-entrypoint.sh || true done bashio::log.info "All actions concluded, addon will stop in 10 seconds"