From 71cb0e0ac0d2b3a842c4682681142bcd8483220c Mon Sep 17 00:00:00 2001 From: Jadin Luong Date: Fri, 8 Jan 2021 12:12:52 -0500 Subject: [PATCH] Removed configure.sh and modified README.md Signed-off-by: Jadin Luong --- bin/configure.sh | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 bin/configure.sh diff --git a/bin/configure.sh b/bin/configure.sh deleted file mode 100644 index 2430099..0000000 --- a/bin/configure.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh - -################################################################################ -# This program and the accompanying materials are made available under the terms of the -# Eclipse Public License v2.0 which accompanies this distribution, and is available at -# https://www.eclipse.org/legal/epl-v20.html -# -# SPDX-License-Identifier: EPL-2.0 -# -# Copyright IBM Corporation 2020 -################################################################################ - -# Variables required on shell: -# STATIC_DEF_CONFIG_DIR=${INSTANCE_DIR}/workspace/api-mediation/api-defs -# ZOWE_EXPLORER_HOST -# MY_API_NAME -# MY_API_PORT - -echo 'sample-node-api configure begin' - -echo "LAUNCH_COMPONENT: ${LAUNCH_COMPONENT} " -COMPONENT_DIR=$(dirname "${LAUNCH_COMPONENT}") -echo "COMPONENT_DIR: ${COMPONENT_DIR}" - -# load config from env -echo 'load sample-node-api config' -. ${COMPONENT_DIR}/bin/env.sh - -echo 'sample-node-api configure done'