Add replicator support to net/ (#4494)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user