From 924921b22eb5ffbb1864ad9e1b2d58d115a4f9dc Mon Sep 17 00:00:00 2001 From: Adarshdeep Cheema Date: Wed, 25 May 2022 16:39:28 -0400 Subject: [PATCH] create the plugins directory if does not exist before creating the plugin definition file in it Signed-off-by: Adarshdeep Cheema --- bin/install-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-app.sh b/bin/install-app.sh index 940167cb..1b5e741a 100755 --- a/bin/install-app.sh +++ b/bin/install-app.sh @@ -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 <${fallback_inst}/workspace/app-server/plugins/${id}.json { "identifier": "${id}",