Alexandre
2023-06-04 08:43:57 +02:00
committed by GitHub
parent 9e81079070
commit 62222f0f48

View File

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