mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
swarm/cmd: for remote binary update, take scripts from swarm/cmd/swarm
This commit is contained in:
parent
e01ae3cded
commit
1e9b3c1583
1 changed files with 2 additions and 1 deletions
|
|
@ -351,7 +351,8 @@ function remote-update-scripts {
|
|||
}
|
||||
|
||||
function remote-update-bin {
|
||||
remote-update-scripts ~/bin $remotes
|
||||
remotes=$1
|
||||
remote-update-scripts $GETH_DIR/swarm/cmd/swarm/ $remotes
|
||||
for remote in `cat $remotes|grep -v '^#'`; do echo "updating binary on $remote..."; scp -r $GETH_DIR/geth $remote:bin/; done
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue