This commit is contained in:
Rob Walker
2018-08-10 11:27:36 -07:00
parent 7f71e1e09f
commit 06af9de753
3 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ if [[ -d "$SNAP" ]]; then
fi
leader="$leader_address"
else
leader=${1:-~/.solana} # Default to ~/.solana for data
leader=${1:-${here}/..} # Default to local tree for data
fi
[[ -f "$SOLANA_CONFIG_PRIVATE_DIR"/mint.json ]] || {