From 522a78fee28692c38545489d6156e13df9e5423d Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Tue, 31 May 2022 09:33:16 +0800 Subject: [PATCH] updated script --- bin/docker-install-plugins.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/docker-install-plugins.sh b/bin/docker-install-plugins.sh index 82700f2b..cad09643 100644 --- a/bin/docker-install-plugins.sh +++ b/bin/docker-install-plugins.sh @@ -4,6 +4,8 @@ function install_plugin() { # plugins executables directory local bin_path="/app/plugins/bin" if [ -d $bin_path ]; then + : + else mkdir "$bin_path" fi