fabric-samples/distributed-deploy/bcp-install-main/resources/generateInstallPackage/masterPackage/template/updateOrdererHost.sh
zeoio fa0b04aaeb distributed-depoly: add copyright to codes, configs file
Signed-off-by: zeoio <kinsleer@outlook.com>
2020-04-29 10:01:42 +08:00

11 lines
No EOL
194 B
Bash

#! /bin/bash
#
# Copyright CGB Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
NEWORDERERHOST="$1"
NEWORDERERIP="$2"
echo "${NEWORDERERIP} ${NEWORDERERHOST}" >> /etc/hosts