Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Perform word splitting on custom arguments (#560)
Custom arguments set via the Docker environment file are passed to the entrypoint script as a single string (rather than anything more structured like an array). Use xargs to split this string into shell words, enabling the passing of custom arguments which individually contain whitespace (such as `--telemetry-url 'wss://telemetry.polkadot.io/submit/ 1'`). Fixes Cardinal-Cryptography/aleph-node-runner#14.
- Loading branch information