mirror of
https://github.com/open-webui/pipelines
synced 2025-05-11 08:01:08 +00:00
fix: respect to pipelines dir environment variable in start.sh
This commit is contained in:
parent
5c0440ac3f
commit
886d9e6110
2
start.sh
2
start.sh
@ -115,7 +115,7 @@ if [[ -n "$PIPELINES_URLS" ]]; then
|
||||
# Split PIPELINES_URLS by ';' and iterate over each path
|
||||
IFS=';' read -ra ADDR <<< "$PIPELINES_URLS"
|
||||
for path in "${ADDR[@]}"; do
|
||||
download_pipelines "$path" "$pipelines_dir"
|
||||
download_pipelines "$path" "$PIPELINES_DIR"
|
||||
done
|
||||
|
||||
for file in "$pipelines_dir"/*; do
|
||||
|
Loading…
Reference in New Issue
Block a user