mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated workflows
This commit is contained in:
@@ -26,4 +26,3 @@ RUN /bin/bash /app/bin/docker-install-plugins.sh
|
||||
|
||||
# start backend
|
||||
CMD ["/bin/bash", "/app/bin/docker-init.sh"]
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ function install_plugin() {
|
||||
if [ -d $bin_path ]; then
|
||||
:
|
||||
else
|
||||
mkdir "$bin_path"
|
||||
mkdir -p "$bin_path"
|
||||
fi
|
||||
|
||||
# plugin name
|
||||
|
||||
Reference in New Issue
Block a user