added forgotten dir creation

This commit is contained in:
crowetic 2025-05-20 14:06:18 -07:00
parent b1b2010ddf
commit aeacc0f94b

View File

@ -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 \