mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Allow switching to next if issue
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user