updated workflows

This commit is contained in:
Marvin Zhang
2022-06-03 17:19:24 +08:00
parent ae93f64b38
commit e971697c25
2 changed files with 1 additions and 2 deletions

View File

@@ -26,4 +26,3 @@ RUN /bin/bash /app/bin/docker-install-plugins.sh
# start backend
CMD ["/bin/bash", "/app/bin/docker-init.sh"]

View File

@@ -6,7 +6,7 @@ function install_plugin() {
if [ -d $bin_path ]; then
:
else
mkdir "$bin_path"
mkdir -p "$bin_path"
fi
# plugin name