updated workflows

This commit is contained in:
Marvin Zhang
2022-06-03 17:19:24 +08:00
parent 04b1e3d731
commit 4772ad1ec4
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