Skip to content

Commit

Permalink
Merge pull request #231 from zowe/fixPluginsInk8
Browse files Browse the repository at this point in the history
create the plugins directory if does not exist before creating the plugin definition file in it
  • Loading branch information
1000TurquoisePogs authored Jun 21, 2022
2 parents 46dfc3e + 924921b commit 6b54b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ installNojs() {
# install script expected to copy the plugin into this location. could be done manually too.
app_path=$INSTANCE_DIR/workspace/app-server/pluginDirs/${id}
fi

mkdir -p ${fallback_inst}/workspace/app-server/plugins
cat <<EOF >${fallback_inst}/workspace/app-server/plugins/${id}.json
{
"identifier": "${id}",
Expand Down

0 comments on commit 6b54b5a

Please sign in to comment.