From 60b1fa02ff641dfc17409a8f0963aac79346cdfa Mon Sep 17 00:00:00 2001 From: Darren Reid Date: Fri, 25 Oct 2024 16:32:46 +1100 Subject: [PATCH] Try fix pathing --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 71504b9..803b101 100644 --- a/install.sh +++ b/install.sh @@ -240,7 +240,9 @@ setup_ai_provider() { export AI_SERVER_URL="http://localhost:5006" chmod +x "./agent-comfy/install.sh" - ./agent-comfy/install.sh + cd agent-comfy + ./install.sh + cd .. unset AI_SERVER_AUTH_SECRET unset AI_SERVER_URL