mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-24 10:35:09 +00:00
6 lines
No EOL
107 B
Bash
6 lines
No EOL
107 B
Bash
#! /bin/bash
|
|
|
|
NEWORDERERHOST="$1"
|
|
NEWORDERERIP="$2"
|
|
|
|
echo "${NEWORDERERIP} ${NEWORDERERHOST}" >> /etc/hosts |