use ~/.solana instead of PWD to keep cargo happy, don't rsync --append

This commit is contained in:
Rob Walker
2018-08-09 17:42:25 -07:00
parent 8b41c415b7
commit 846ad61941
4 changed files with 8 additions and 11 deletions

View File

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