From e971697c25228b3ae3ef836c9400279b71e26e64 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Fri, 3 Jun 2022 17:19:24 +0800 Subject: [PATCH] updated workflows --- Dockerfile | 1 - bin/docker-install-plugins.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 27654dea..18053697 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,3 @@ RUN /bin/bash /app/bin/docker-install-plugins.sh # start backend CMD ["/bin/bash", "/app/bin/docker-init.sh"] - diff --git a/bin/docker-install-plugins.sh b/bin/docker-install-plugins.sh index cad09643..9135fc74 100644 --- a/bin/docker-install-plugins.sh +++ b/bin/docker-install-plugins.sh @@ -6,7 +6,7 @@ function install_plugin() { if [ -d $bin_path ]; then : else - mkdir "$bin_path" + mkdir -p "$bin_path" fi # plugin name