mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-24 18:45:09 +00:00
11 lines
No EOL
194 B
Bash
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 |