Skip to content

Commit

Permalink
create the plugins directory if does not exist before creating the pl…
Browse files Browse the repository at this point in the history
…ugin definition file in it

Signed-off-by: Adarshdeep Cheema <adarshdeep.cheema@ibm.com>
  • Loading branch information
AdarshdeepCheema committed May 25, 2022
1 parent 46dfc3e commit 924921b
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 924921b

Please sign in to comment.