Remove wallet.sh, update entrypoint syntax for wallet network argument

This commit is contained in:
Tyera Eulberg
2018-09-16 14:53:24 -06:00
committed by Tyera Eulberg
parent a06f4b1d44
commit 0125163190
6 changed files with 17 additions and 74 deletions

View File

@ -86,7 +86,7 @@ esac
echo "--- $entrypointIp: wallet sanity"
(
set -x
scripts/wallet-sanity.sh "$entrypointRsyncUrl"
scripts/wallet-sanity.sh "$entrypointIp"
)
echo "+++ $entrypointIp: node count ($numNodes expected)"