Files
bin/artifact_git_download.sh
Sebastian Krüger bf5c150d23 fix: handle absolute paths correctly in environment variable expansion
Fixed issue where absolute paths from environment variables (like $COMFYUI_ROOT=/workspace/ComfyUI) were being treated as relative paths and prepended with the config directory.

Now checks if the expanded path is absolute (starts with /) and uses it as-is, otherwise treats it as relative to the config file directory.

Before: /home/valknar/Projects/runpod//workspace/ComfyUI
After: /workspace/ComfyUI

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 12:06:01 +01:00

60 KiB
Executable File