Skip to content

Commit

Permalink
Merge pull request #325 from zowe/bugfix/v3/node-found
Browse files Browse the repository at this point in the history
Remove node validate script (v3)
  • Loading branch information
1000TurquoisePogs authored Nov 5, 2024
2 parents b93e672 + 5524a83 commit a09e53e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to the Zlux App Server package will be documented in this file.

## v3.1.0
- Bugfix: app-server no longer causes Zowe to print "FSUM7422 node is not found" and "Node found in NODE_HOME" upon startup. This avoids confusion about if node requirements are met. (#325)

## v3.0.0
- Enhancement: Added new plugin identifier for the V3 Ivy Desktop to list of default plugins. Also added this plugin to list of allowedPlugins.json.
- Enhancement: Updated schema to document new entry points in V3.
Expand Down
5 changes: 2 additions & 3 deletions bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ if [ -n "${ZWE_zowe_runtimeDirectory}" ]; then
# used for relativeTo plugins
export ZLUX_ROOT_DIR=$COMPONENT_HOME/share
else
# dev env
. ./validate.sh
COMPONENT_HOME=$(cd ../..; pwd)
# dev env
COMPONENT_HOME=$(cd ../..; pwd)

# used for relativeTo plugins
export ZLUX_ROOT_DIR=$COMPONENT_HOME
Expand Down
20 changes: 0 additions & 20 deletions bin/validate.sh

This file was deleted.

1 change: 0 additions & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ commands:
install: share/zlux-app-server/bin/internal-install.sh
start: bin/start.sh
configure: bin/configure.sh
validate: bin/validate.sh
# we do not specify encoding here because its already tagged ascii
apimlServices:
dynamic:
Expand Down

0 comments on commit a09e53e

Please sign in to comment.