Strip cp -r arg

This commit is contained in:
Tyera Eulberg 2018-12-07 11:34:14 -07:00 committed by Michael Vines
parent cba9c5619e
commit 1ddf93fd86
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ if $bootstrap_leader; then
--keypair="$SOLANA_CONFIG_DIR"/bootstrap-leader-id.json \
"$ip_address_arg" > "$SOLANA_CONFIG_DIR"/bootstrap-leader.json
cp -ra "$SOLANA_RSYNC_CONFIG_DIR"/ledger "$SOLANA_CONFIG_DIR"/bootstrap-leader-ledger
cp -a "$SOLANA_RSYNC_CONFIG_DIR"/ledger "$SOLANA_CONFIG_DIR"/bootstrap-leader-ledger
)
fi