bcgov / von-network

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

Fix folder permission check #290

Closed WadeBarnes closed 10 months ago

WadeBarnes commented 10 months ago
WadeBarnes commented 10 months ago

Fixes: https://github.com/bcgov/von-network/issues/194

WadeBarnes commented 10 months ago

Tested on Windows (git-bash), MAC, and WSL.

WadeBarnes commented 10 months ago

The issues impact MAC and Linux, and appear when running indy-cli templated batch scripts such as:

./manage \
  indy-cli create-wallet \
  walletName=local_net_trustee_wallet

Or any of the others like, apply-taa, attach-wallet, did-list, start-session, etc., since a copy of the script is written out to the cli-scripts directory containing the runtime parameter substitutions. These show up as .run files.