bcgov / von-network

A portable development level Indy Node network.
Apache License 2.0
163 stars 188 forks source link

refactor(scripts): standardise shebang to be universal #314

Open arminveres opened 4 months ago

arminveres commented 4 months ago

Use #!/usr/bin/env bash, for universal deployment capabilities.

Found to be an issue on NixOS, where only the env interpreter is available, to find binaries on path.