You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
verifyResult $res"Chaincode '$CHAINCODE_NAME$ch' installation on remote peer PEER$PEER has Failed"
75
-
echo"===================== Chaincode '$CHAINCODE_NAME$ch' is installed on remote peer PEER$PEER successfully===================== ">>$LOG_FILE
76
-
echo"===================== Chaincode '$CHAINCODE_NAME$ch' is installed on remote peer PEER$PEER successfully===================== "
75
+
echo"===================== Chaincode '$CHAINCODE_NAME$ch' is installed on PEER$PEER successfully===================== ">>$LOG_FILE
76
+
echo"===================== Chaincode '$CHAINCODE_NAME$ch' is installed on PEER$PEER successfully===================== "
77
77
echo
78
78
done
79
79
done
@@ -93,8 +93,8 @@ instantiateChaincode () {
93
93
fi
94
94
res=$?
95
95
verifyResult $res"Chaincode '$CHAINCODE_NAME$ch' instantiation on PEER$PEER on channel '$CHANNEL_NAME$i' failed"
96
-
echo"===================== Chaincode '$CHAINCODE_NAME$ch' Instantiation on PEER$PEER on channel '$CHANNEL_NAME$i' is successful ===================== ">>$LOG_FILE
97
-
echo"===================== Chaincode '$CHAINCODE_NAME$ch' Instantiation on PEER$PEER on channel '$CHANNEL_NAME$i' is successful ===================== "
96
+
echo"===================== Chaincode '$CHAINCODE_NAME$ch' Instantiation on PEER$PEER on '$CHANNEL_NAME$i' is successful ===================== ">>$LOG_FILE
97
+
echo"===================== Chaincode '$CHAINCODE_NAME$ch' Instantiation on PEER$PEER on '$CHANNEL_NAME$i' is successful ===================== "
0 commit comments