mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 18:21:51 +02:00
Repair execution
https://github.com/alexbelgium/hassio-addons/issues/747#issuecomment-1575407188
This commit is contained in:
@@ -72,7 +72,7 @@ do
|
|||||||
bashio::log.info "Starting the app with arguments $val"
|
bashio::log.info "Starting the app with arguments $val"
|
||||||
echo " "
|
echo " "
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
docker-entrypoint.sh "$val"
|
echo "$val" | xargs docker-entrypoint.sh
|
||||||
done
|
done
|
||||||
|
|
||||||
bashio::log.info "All actions concluded, addon will stop in 10 seconds"
|
bashio::log.info "All actions concluded, addon will stop in 10 seconds"
|
||||||
|
|||||||
Reference in New Issue
Block a user