Allow switching to next if issue

This commit is contained in:
Alexandre
2023-06-04 09:32:42 +02:00
committed by GitHub
parent 5f946e22e3
commit 6ceb90f085

View File

@@ -72,7 +72,7 @@ do
bashio::log.info "Starting the app with arguments \"$val\""
echo " "
# shellcheck disable=SC2086
echo "$val" | xargs docker-entrypoint.sh
echo "$val" | xargs docker-entrypoint.sh || true
done
bashio::log.info "All actions concluded, addon will stop in 10 seconds"