added forgotten dir creation
This commit is contained in:
parent
b1b2010ddf
commit
aeacc0f94b
@ -487,6 +487,7 @@ if [[ "$1" != "--update" ]]; then
|
||||
else
|
||||
read -p "➕ Install pipelines for open-webui? [y/N]: " pipelines_prompt
|
||||
if [[ "$pipelines_prompt" =~ ^[Yy]$ ]]; then
|
||||
mkdir -p ~/ai-stack/pipelines
|
||||
docker run -d \
|
||||
--name pipelines \
|
||||
--network ai-stack-net \
|
||||
|
Loading…
x
Reference in New Issue
Block a user