Add replicator support to net/ (#4494)

This commit is contained in:
Michael Vines
2019-05-31 15:27:31 -07:00
committed by GitHub
parent 1c1d83bd56
commit ce04d2bfc2
5 changed files with 61 additions and 11 deletions

View File

@ -72,6 +72,15 @@ else
done
fi
echo
echo Replicators:
if [[ ${#replicatorIpList[@]} -eq 0 ]]; then
echo " None"
else
for ipAddress in "${replicatorIpList[@]}"; do
printNode replicator "$ipAddress"
done
fi
echo
echo "Use |scp.sh| to transfer files to and from nodes"
echo