From 480ef2e40a2581cc7ae427db0fb129d1aba559f2 Mon Sep 17 00:00:00 2001 From: Aadithyan Raju <93834376+AadithyanRaju@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:29:59 +0530 Subject: [PATCH] removed sed command utils.sh Signed-off-by: Aadithyan Raju <93834376+AadithyanRaju@users.noreply.github.com> --- test-network/scripts/utils.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test-network/scripts/utils.sh b/test-network/scripts/utils.sh index 1006b589..9f397981 100755 --- a/test-network/scripts/utils.sh +++ b/test-network/scripts/utils.sh @@ -210,7 +210,6 @@ function installPrereqs() { FILE=../install-fabric.sh if [ ! -f $FILE ]; then curl -sSLO https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/install-fabric.sh && chmod +x install-fabric.sh - sed -i '1s|.*|#!/usr/bin/env bash|' install-fabric.sh cp install-fabric.sh .. fi